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 1e5020fc49c Bump github/codeql-action in the github-actions-updates 
group (#64680)
1e5020fc49c is described below

commit 1e5020fc49ca1fcb2292268f82bbccf47efae1fe
Author: Dependabot [bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Apr 4 10:35:17 2026 +0200

    Bump github/codeql-action in the github-actions-updates group (#64680)
    
    Bumps the github-actions-updates group with 1 update: 
[github/codeql-action](https://github.com/github/codeql-action).
    
    
    Updates `github/codeql-action` from 4.32.6 to 4.35.1
    - [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/0d579ffd059c29b07949a3cce3983f0780820c98...c10b8064de6f491fea524254123dbe5e09572f13)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 4.35.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      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 97ca768720c..5f9e3ab9703 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@0d579ffd059c29b07949a3cce3983f0780820c98  # v4.32.6
+        uses: 
github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13  # v4.35.1
         with:
           languages: ${{ matrix.language }}
 
       - name: Autobuild
-        uses: 
github/codeql-action/autobuild@0d579ffd059c29b07949a3cce3983f0780820c98  # 
v4.32.6
+        uses: 
github/codeql-action/autobuild@c10b8064de6f491fea524254123dbe5e09572f13  # 
v4.35.1
 
       - name: Perform CodeQL Analysis
-        uses: 
github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98  # v4.32.6
+        uses: 
github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13  # v4.35.1

Reply via email to