This is an automated email from the ASF dual-hosted git repository.
jscheffl 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 40c9edf4563 Bump the github-actions-updates group with 2 updates
(#67351)
40c9edf4563 is described below
commit 40c9edf4563413c51d95c018232dff90c43a9c20
Author: Dependabot [bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat May 23 12:47:13 2026 +0200
Bump the github-actions-updates group with 2 updates (#67351)
Bumps the github-actions-updates group with 2 updates:
[pnpm/action-setup](https://github.com/pnpm/action-setup) and
[github/codeql-action](https://github.com/github/codeql-action).
Updates `pnpm/action-setup` from 6.0.7 to 6.0.8
- [Release notes](https://github.com/pnpm/action-setup/releases)
-
[Commits](https://github.com/pnpm/action-setup/compare/739bfe42ca9233c5e6aca07c1a25a9d34aca49b0...0e279bb959325dab635dd2c09392533439d90093)
Updates `github/codeql-action` from 4.35.4 to 4.35.5
- [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/68bde559dea0fdcac2102bfdf6230c5f70eb485e...9e0d7b8d25671d64c341c19c0152d693099fb5ba)
---
updated-dependencies:
- dependency-name: pnpm/action-setup
dependency-version: 6.0.8
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-updates
- dependency-name: github/codeql-action
dependency-version: 4.35.5
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/codeql-analysis.yml | 6 +++---
.github/workflows/registry-backfill.yml | 2 +-
.github/workflows/registry-build.yml | 2 +-
.github/workflows/ui-e2e-tests.yml | 2 +-
5 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/basic-tests.yml
b/.github/workflows/basic-tests.yml
index 4428f8bd5fd..1b82a14fee0 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@739bfe42ca9233c5e6aca07c1a25a9d34aca49b0 #
v6.0.7
+ uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 #
v6.0.8
with:
version: 9
run_install: false
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index 4a6f959c17c..1aabf1df58b 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@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
+ uses:
github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
with:
languages: ${{ matrix.language }}
- name: Autobuild
- uses:
github/codeql-action/autobuild@68bde559dea0fdcac2102bfdf6230c5f70eb485e #
v4.35.4
+ uses:
github/codeql-action/autobuild@9e0d7b8d25671d64c341c19c0152d693099fb5ba #
v4.35.5
- name: Perform CodeQL Analysis
- uses:
github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
+ uses:
github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
with:
# Provide more context to the SARIF output (shows up in
run.automationDetails.id field)
category: "/language:${{matrix.language}}"
diff --git a/.github/workflows/registry-backfill.yml
b/.github/workflows/registry-backfill.yml
index a1714fade20..dcfe73513ff 100644
--- a/.github/workflows/registry-backfill.yml
+++ b/.github/workflows/registry-backfill.yml
@@ -217,7 +217,7 @@ jobs:
--provider "${PROVIDER}" ${VERSION_ARGS}
- name: "Setup pnpm"
- uses: pnpm/action-setup@739bfe42ca9233c5e6aca07c1a25a9d34aca49b0 #
v6.0.7
+ uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 #
v6.0.8
with:
version: 10
diff --git a/.github/workflows/registry-build.yml
b/.github/workflows/registry-build.yml
index 2d93a2668fa..bc58afe28e3 100644
--- a/.github/workflows/registry-build.yml
+++ b/.github/workflows/registry-build.yml
@@ -231,7 +231,7 @@ jobs:
fi
- name: "Setup pnpm"
- uses: pnpm/action-setup@739bfe42ca9233c5e6aca07c1a25a9d34aca49b0 #
v6.0.7
+ uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 #
v6.0.8
with:
version: 10
diff --git a/.github/workflows/ui-e2e-tests.yml
b/.github/workflows/ui-e2e-tests.yml
index 939fe4389be..f81fc7f1fc6 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@739bfe42ca9233c5e6aca07c1a25a9d34aca49b0 #
v6.0.7
+ uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 #
v6.0.8
with:
version: 9
run_install: false