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

shahar1 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 b3387b8cef6 Bump the github-actions-updates group with 3 updates 
(#67003)
b3387b8cef6 is described below

commit b3387b8cef6d04fc20851d783179f8d623a0cdf8
Author: Dependabot [bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat May 16 08:36:48 2026 +0300

    Bump the github-actions-updates group with 3 updates (#67003)
    
    Bumps the github-actions-updates group with 3 updates: 
[pnpm/action-setup](https://github.com/pnpm/action-setup), 
[aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials)
 and [github/codeql-action](https://github.com/github/codeql-action).
    
    
    Updates `pnpm/action-setup` from 6.0.5 to 6.0.7
    - [Release notes](https://github.com/pnpm/action-setup/releases)
    - 
[Commits](https://github.com/pnpm/action-setup/compare/8912a9102ac27614460f54aedde9e1e7f9aec20d...739bfe42ca9233c5e6aca07c1a25a9d34aca49b0)
    
    Updates `aws-actions/configure-aws-credentials` from 6.1.0 to 6.1.1
    - [Release 
notes](https://github.com/aws-actions/configure-aws-credentials/releases)
    - 
[Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
    - 
[Commits](https://github.com/aws-actions/configure-aws-credentials/compare/ec61189d14ec14c8efccab744f656cffd0e33f37...d979d5b3a71173a29b74b5b88418bfda9437d885)
    
    Updates `github/codeql-action` from 4.35.3 to 4.35.4
    - [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/e46ed2cbd01164d986452f91f178727624ae40d7...68bde559dea0fdcac2102bfdf6230c5f70eb485e)
    
    ---
    updated-dependencies:
    - dependency-name: pnpm/action-setup
      dependency-version: 6.0.7
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions-updates
    - dependency-name: aws-actions/configure-aws-credentials
      dependency-version: 6.1.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions-updates
    - dependency-name: github/codeql-action
      dependency-version: 4.35.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
      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/basic-tests.yml        | 2 +-
 .github/workflows/ci-image-checks.yml    | 2 +-
 .github/workflows/codeql-analysis.yml    | 6 +++---
 .github/workflows/publish-docs-to-s3.yml | 2 +-
 .github/workflows/registry-backfill.yml  | 6 +++---
 .github/workflows/registry-build.yml     | 4 ++--
 .github/workflows/ui-e2e-tests.yml       | 2 +-
 7 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/.github/workflows/basic-tests.yml 
b/.github/workflows/basic-tests.yml
index a7a6fb64114..4428f8bd5fd 100644
--- a/.github/workflows/basic-tests.yml
+++ b/.github/workflows/basic-tests.yml
@@ -192,7 +192,7 @@ jobs:
         with:
           persist-credentials: false
       - name: Setup pnpm
-        uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d  # 
v6.0.5
+        uses: pnpm/action-setup@739bfe42ca9233c5e6aca07c1a25a9d34aca49b0  # 
v6.0.7
         with:
           version: 9
           run_install: false
diff --git a/.github/workflows/ci-image-checks.yml 
b/.github/workflows/ci-image-checks.yml
index 7b71a7a5dee..7151386d06d 100644
--- a/.github/workflows/ci-image-checks.yml
+++ b/.github/workflows/ci-image-checks.yml
@@ -441,7 +441,7 @@ jobs:
           inputs.canary-run == 'true' &&
           (github.event_name == 'schedule' || github.event_name == 
'workflow_dispatch')
       - name: Configure AWS credentials
-        uses: 
aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37  
# v6.1.0
+        uses: 
aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885  
# v6.1.1
         with:
           aws-access-key-id: ${{ secrets.DOCS_AWS_ACCESS_KEY_ID }}
           aws-secret-access-key: ${{ secrets.DOCS_AWS_SECRET_ACCESS_KEY }}
diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index 4259c95e644..4a6f959c17c 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -52,15 +52,15 @@ jobs:
           persist-credentials: false
 
       - name: Initialize CodeQL
-        uses: 
github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7  # v4.35.3
+        uses: 
github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e  # v4.35.4
         with:
           languages: ${{ matrix.language }}
 
       - name: Autobuild
-        uses: 
github/codeql-action/autobuild@e46ed2cbd01164d986452f91f178727624ae40d7  # 
v4.35.3
+        uses: 
github/codeql-action/autobuild@68bde559dea0fdcac2102bfdf6230c5f70eb485e  # 
v4.35.4
 
       - name: Perform CodeQL Analysis
-        uses: 
github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7  # v4.35.3
+        uses: 
github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e  # v4.35.4
         with:
           # Provide more context to the SARIF output (shows up in 
run.automationDetails.id field)
           category: "/language:${{matrix.language}}"
diff --git a/.github/workflows/publish-docs-to-s3.yml 
b/.github/workflows/publish-docs-to-s3.yml
index eeb23ec2e3f..15710d4e8a6 100644
--- a/.github/workflows/publish-docs-to-s3.yml
+++ b/.github/workflows/publish-docs-to-s3.yml
@@ -441,7 +441,7 @@ jobs:
           sudo /tmp/aws/install --update
           rm -rf /tmp/aws/
       - name: Configure AWS credentials
-        uses: 
aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37  
# v6.1.0
+        uses: 
aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885  
# v6.1.1
         with:
           aws-access-key-id: ${{ secrets.DOCS_AWS_ACCESS_KEY_ID }}
           aws-secret-access-key: ${{ secrets.DOCS_AWS_SECRET_ACCESS_KEY }}
diff --git a/.github/workflows/registry-backfill.yml 
b/.github/workflows/registry-backfill.yml
index 3d70f5bbe95..a1714fade20 100644
--- a/.github/workflows/registry-backfill.yml
+++ b/.github/workflows/registry-backfill.yml
@@ -162,7 +162,7 @@ jobs:
           rm -rf /tmp/aws/
 
       - name: "Configure AWS credentials"
-        uses: 
aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37  
# v6.1.0
+        uses: 
aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885  
# v6.1.1
         with:
           aws-access-key-id: ${{ secrets.DOCS_AWS_ACCESS_KEY_ID }}
           aws-secret-access-key: ${{ secrets.DOCS_AWS_SECRET_ACCESS_KEY }}
@@ -217,7 +217,7 @@ jobs:
             --provider "${PROVIDER}" ${VERSION_ARGS}
 
       - name: "Setup pnpm"
-        uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d  # 
v6.0.5
+        uses: pnpm/action-setup@739bfe42ca9233c5e6aca07c1a25a9d34aca49b0  # 
v6.0.7
         with:
           version: 10
 
@@ -304,7 +304,7 @@ jobs:
           rm -rf /tmp/aws/
 
       - name: "Configure AWS credentials"
-        uses: 
aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37  
# v6.1.0
+        uses: 
aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885  
# v6.1.1
         with:
           aws-access-key-id: ${{ secrets.DOCS_AWS_ACCESS_KEY_ID }}
           aws-secret-access-key: ${{ secrets.DOCS_AWS_SECRET_ACCESS_KEY }}
diff --git a/.github/workflows/registry-build.yml 
b/.github/workflows/registry-build.yml
index 63270b83c7e..2d93a2668fa 100644
--- a/.github/workflows/registry-build.yml
+++ b/.github/workflows/registry-build.yml
@@ -138,7 +138,7 @@ jobs:
           rm -rf /tmp/aws/
 
       - name: "Configure AWS credentials"
-        uses: 
aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37  
# v6.1.0
+        uses: 
aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885  
# v6.1.1
         with:
           aws-access-key-id: ${{ secrets.DOCS_AWS_ACCESS_KEY_ID }}
           aws-secret-access-key: ${{ secrets.DOCS_AWS_SECRET_ACCESS_KEY }}
@@ -231,7 +231,7 @@ jobs:
           fi
 
       - name: "Setup pnpm"
-        uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d  # 
v6.0.5
+        uses: pnpm/action-setup@739bfe42ca9233c5e6aca07c1a25a9d34aca49b0  # 
v6.0.7
         with:
           version: 10
 
diff --git a/.github/workflows/ui-e2e-tests.yml 
b/.github/workflows/ui-e2e-tests.yml
index a15b9d9e747..939fe4389be 100644
--- a/.github/workflows/ui-e2e-tests.yml
+++ b/.github/workflows/ui-e2e-tests.yml
@@ -121,7 +121,7 @@ jobs:
         uses: ./.github/actions/breeze
         if: github.event_name == 'workflow_dispatch'
       - name: "Setup pnpm"
-        uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d  # 
v6.0.5
+        uses: pnpm/action-setup@739bfe42ca9233c5e6aca07c1a25a9d34aca49b0  # 
v6.0.7
         with:
           version: 9
           run_install: false

Reply via email to