This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v2-11-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v2-11-test by this push:
new adc4cf08761 chore(deps): bump github/codeql-action (#63222)
adc4cf08761 is described below
commit adc4cf08761407882e9ff51ab7d7a8afd5badb8f
Author: Dependabot [bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 9 22:07:03 2026 +0100
chore(deps): bump github/codeql-action (#63222)
Bumps the github-actions-updates group with 1 update:
[github/codeql-action](https://github.com/github/codeql-action).
Updates `github/codeql-action` from 3.32.1 to 4.32.6
- [Release notes](https://github.com/github/codeql-action/releases)
-
[Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/github/codeql-action/compare/2588666de8825e1e9dc4e2329a4c985457d55b32...0d579ffd059c29b07949a3cce3983f0780820c98)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.32.6
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions-updates
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/codeql-analysis.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index 9e25af3b152..97ca768720c 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -52,12 +52,12 @@ jobs:
persist-credentials: false
- name: Initialize CodeQL
- uses:
github/codeql-action/init@2588666de8825e1e9dc4e2329a4c985457d55b32 # v3.32.1
+ uses:
github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
with:
languages: ${{ matrix.language }}
- name: Autobuild
- uses:
github/codeql-action/autobuild@2588666de8825e1e9dc4e2329a4c985457d55b32 #
v3.32.1
+ uses:
github/codeql-action/autobuild@0d579ffd059c29b07949a3cce3983f0780820c98 #
v4.32.6
- name: Perform CodeQL Analysis
- uses:
github/codeql-action/analyze@2588666de8825e1e9dc4e2329a4c985457d55b32 # v3.32.1
+ uses:
github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6