This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new bd2bdbec8df Bump the github-actions-updates group with 4 updates 
(#71421)
bd2bdbec8df is described below

commit bd2bdbec8dfa9d3a98ddab56ddb432347c361e74
Author: Dependabot [bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 14 09:37:36 2026 +0200

    Bump the github-actions-updates group with 4 updates (#71421)
    
    Bumps the github-actions-updates group with 4 updates: 
[github/codeql-action/init](https://github.com/github/codeql-action), 
[github/codeql-action/autobuild](https://github.com/github/codeql-action), 
[github/codeql-action/analyze](https://github.com/github/codeql-action) and 
[actions/dependency-review-action](https://github.com/actions/dependency-review-action).
    
    
    Updates `github/codeql-action/init` from 4.37.5 to 4.37.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/d1ba80a13dd99fba24a470575428917156a28b43...5595ccaf912efad79be6eef63a5619ff05969be3)
    
    Updates `github/codeql-action/autobuild` from 4.37.5 to 4.37.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/d1ba80a13dd99fba24a470575428917156a28b43...5595ccaf912efad79be6eef63a5619ff05969be3)
    
    Updates `github/codeql-action/analyze` from 4.37.5 to 4.37.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/d1ba80a13dd99fba24a470575428917156a28b43...5595ccaf912efad79be6eef63a5619ff05969be3)
    
    Updates `actions/dependency-review-action` from 4.9.0 to 5.0.0
    - [Release 
notes](https://github.com/actions/dependency-review-action/releases)
    - 
[Commits](https://github.com/actions/dependency-review-action/compare/2031cfc080254a8a887f58cffee85186f0e49e48...a1d282b36b6f3519aa1f3fc636f609c47dddb294)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action/init
      dependency-version: 4.37.6
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions-updates
    - dependency-name: github/codeql-action/autobuild
      dependency-version: 4.37.6
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions-updates
    - dependency-name: github/codeql-action/analyze
      dependency-version: 4.37.6
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions-updates
    - dependency-name: actions/dependency-review-action
      dependency-version: 5.0.0
      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 +++---
 .github/workflows/ts-sdk-dependency-review.yml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index a073ab44887..4129f290138 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -136,13 +136,13 @@ jobs:
           java-version: '11'
 
       - name: Initialize CodeQL
-        uses: 
github/codeql-action/init@d1ba80a13dd99fba24a470575428917156a28b43  # v4.37.5
+        uses: 
github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3  # v4.37.6
         with:
           languages: ${{ matrix.language }}
 
       - name: Autobuild
         if: matrix.language != 'java'
-        uses: 
github/codeql-action/autobuild@d1ba80a13dd99fba24a470575428917156a28b43  # 
v4.37.5
+        uses: 
github/codeql-action/autobuild@5595ccaf912efad79be6eef63a5619ff05969be3  # 
v4.37.6
 
       - name: Build Java SDK
         if: matrix.language == 'java'
@@ -150,7 +150,7 @@ jobs:
         run: ./gradlew classes testClasses
 
       - name: Perform CodeQL Analysis
-        uses: 
github/codeql-action/analyze@d1ba80a13dd99fba24a470575428917156a28b43  # v4.37.5
+        uses: 
github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3  # v4.37.6
         with:
           # Provide more context to the SARIF output (shows up in 
run.automationDetails.id field)
           category: "/language:${{matrix.language}}"
diff --git a/.github/workflows/ts-sdk-dependency-review.yml 
b/.github/workflows/ts-sdk-dependency-review.yml
index 34054827b82..2d74108d66f 100644
--- a/.github/workflows/ts-sdk-dependency-review.yml
+++ b/.github/workflows/ts-sdk-dependency-review.yml
@@ -39,6 +39,6 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Review dependency changes
-        uses: 
actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48  # 
v4.9.0
+        uses: 
actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294  # 
v5.0.0
         with:
           fail-on-severity: high

Reply via email to