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

potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new 7991046d0e1 Bump the github-actions-updates group with 2 updates 
(#64682)
7991046d0e1 is described below

commit 7991046d0e1ec3d717172eeea72f2eae1eb344de
Author: Dependabot [bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Apr 4 10:36:55 2026 +0200

    Bump the github-actions-updates group with 2 updates (#64682)
    
    Bumps the github-actions-updates group with 2 updates: 
[actions/setup-go](https://github.com/actions/setup-go) and 
[github/codeql-action](https://github.com/github/codeql-action).
    
    
    Updates `actions/setup-go` from 6.3.0 to 6.4.0
    - [Release notes](https://github.com/actions/setup-go/releases)
    - 
[Commits](https://github.com/actions/setup-go/compare/4b73464bb391d4059bd26b0524d20df3927bd417...4a3601121dd01d1626a1e23e37211e3254c1c06c)
    
    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: actions/setup-go
      dependency-version: 6.4.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions-updates
    - 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/ci-amd-arm.yml      | 2 +-
 .github/workflows/codeql-analysis.yml | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/ci-amd-arm.yml b/.github/workflows/ci-amd-arm.yml
index 01a048c616f..2105a746c1c 100644
--- a/.github/workflows/ci-amd-arm.yml
+++ b/.github/workflows/ci-amd-arm.yml
@@ -837,7 +837,7 @@ jobs:
           persist-credentials: false
       # keep this in sync with go.mod in go-sdk/
       - name: Setup Go
-        uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417  # 
v6.3.0
+        uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c  # 
v6.4.0
         with:
           go-version: 1.24
           cache-dependency-path: go-sdk/go.sum
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