This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v3-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-3-test by this push:
new db618f97ce6 Bump the github-actions-updates group with 3 updates
(#71607)
db618f97ce6 is described below
commit db618f97ce684a10695ff05a8c34921e59787880
Author: Dependabot [bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 14 23:12:35 2026 +0200
Bump the github-actions-updates group with 3 updates (#71607)
Bumps the github-actions-updates group with 3 updates:
[apache/infrastructure-actions/allowlist-check](https://github.com/apache/infrastructure-actions),
[apache/infrastructure-actions/stash/restore](https://github.com/apache/infrastructure-actions)
and
[apache/infrastructure-actions/stash/save](https://github.com/apache/infrastructure-actions).
Updates `apache/infrastructure-actions/allowlist-check` from
b69225a81154602226df0f441cf23b95a55cf4f8 to
e0a5f64438492ea3ee6cbe06336b2d8e25f5d222
-
[Commits](https://github.com/apache/infrastructure-actions/compare/b69225a81154602226df0f441cf23b95a55cf4f8...e0a5f64438492ea3ee6cbe06336b2d8e25f5d222)
Updates `apache/infrastructure-actions/stash/restore` from
b69225a81154602226df0f441cf23b95a55cf4f8 to
e0a5f64438492ea3ee6cbe06336b2d8e25f5d222
-
[Commits](https://github.com/apache/infrastructure-actions/compare/b69225a81154602226df0f441cf23b95a55cf4f8...e0a5f64438492ea3ee6cbe06336b2d8e25f5d222)
Updates `apache/infrastructure-actions/stash/save` from
b69225a81154602226df0f441cf23b95a55cf4f8 to
e0a5f64438492ea3ee6cbe06336b2d8e25f5d222
-
[Commits](https://github.com/apache/infrastructure-actions/compare/b69225a81154602226df0f441cf23b95a55cf4f8...e0a5f64438492ea3ee6cbe06336b2d8e25f5d222)
---
updated-dependencies:
- dependency-name: apache/infrastructure-actions/allowlist-check
dependency-version: e0a5f64438492ea3ee6cbe06336b2d8e25f5d222
dependency-type: direct:production
dependency-group: github-actions-updates
- dependency-name: apache/infrastructure-actions/stash/restore
dependency-version: e0a5f64438492ea3ee6cbe06336b2d8e25f5d222
dependency-type: direct:production
dependency-group: github-actions-updates
- dependency-name: apache/infrastructure-actions/stash/save
dependency-version: e0a5f64438492ea3ee6cbe06336b2d8e25f5d222
dependency-type: direct:production
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/asf-allowlist-check.yml | 2 +-
.github/workflows/basic-tests.yml | 8 ++++----
.github/workflows/ci-image-build.yml | 6 +++---
.github/workflows/ci-image-checks.yml | 4 ++--
.github/workflows/prod-image-build.yml | 2 +-
.github/workflows/publish-docs-to-s3.yml | 4 ++--
6 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/.github/workflows/asf-allowlist-check.yml
b/.github/workflows/asf-allowlist-check.yml
index 2ff06418cbf..81a028a9a65 100644
--- a/.github/workflows/asf-allowlist-check.yml
+++ b/.github/workflows/asf-allowlist-check.yml
@@ -31,4 +31,4 @@ jobs:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #
v7.0.1
with:
persist-credentials: false
- - uses:
apache/infrastructure-actions/allowlist-check@b69225a81154602226df0f441cf23b95a55cf4f8
# main
+ - uses:
apache/infrastructure-actions/allowlist-check@e0a5f64438492ea3ee6cbe06336b2d8e25f5d222
# main
diff --git a/.github/workflows/basic-tests.yml
b/.github/workflows/basic-tests.yml
index 5f9810815ab..221e5207ebc 100644
--- a/.github/workflows/basic-tests.yml
+++ b/.github/workflows/basic-tests.yml
@@ -203,7 +203,7 @@ jobs:
cache: 'pnpm'
cache-dependency-path: 'airflow-core/src/airflow/**/pnpm-lock.yaml'
- name: "Restore eslint cache (ui)"
- uses:
apache/infrastructure-actions/stash/restore@b69225a81154602226df0f441cf23b95a55cf4f8
+ uses:
apache/infrastructure-actions/stash/restore@e0a5f64438492ea3ee6cbe06336b2d8e25f5d222
with:
path: airflow-core/src/airflow/ui/node_modules/
# yamllint disable-line rule:line-length
@@ -214,7 +214,7 @@ jobs:
env:
FORCE_COLOR: 2
- name: "Save eslint cache (ui)"
- uses:
apache/infrastructure-actions/stash/save@b69225a81154602226df0f441cf23b95a55cf4f8
+ uses:
apache/infrastructure-actions/stash/save@e0a5f64438492ea3ee6cbe06336b2d8e25f5d222
with:
path: airflow-core/src/airflow/ui/node_modules/
key: cache-ui-node-modules-v1-${{ runner.os }}-${{
hashFiles('airflow/ui/**/pnpm-lock.yaml') }}
@@ -222,7 +222,7 @@ jobs:
retention-days: '2'
if: steps.restore-eslint-cache-ui.outputs.stash-hit != 'true'
- name: "Restore eslint cache (simple auth manager UI)"
- uses:
apache/infrastructure-actions/stash/restore@b69225a81154602226df0f441cf23b95a55cf4f8
+ uses:
apache/infrastructure-actions/stash/restore@e0a5f64438492ea3ee6cbe06336b2d8e25f5d222
with:
path:
airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/node_modules/
key: >
@@ -234,7 +234,7 @@ jobs:
env:
FORCE_COLOR: 2
- name: "Save eslint cache (ui)"
- uses:
apache/infrastructure-actions/stash/save@b69225a81154602226df0f441cf23b95a55cf4f8
+ uses:
apache/infrastructure-actions/stash/save@e0a5f64438492ea3ee6cbe06336b2d8e25f5d222
with:
path:
airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/node_modules/
key: >
diff --git a/.github/workflows/ci-image-build.yml
b/.github/workflows/ci-image-build.yml
index 9816d9a8776..b67ff46da32 100644
--- a/.github/workflows/ci-image-build.yml
+++ b/.github/workflows/ci-image-build.yml
@@ -137,7 +137,7 @@ jobs:
- name: "Install Breeze"
uses: ./.github/actions/breeze
- name: "Restore ci-cache mount image ${{ inputs.platform }}:${{
env.PYTHON_MAJOR_MINOR_VERSION }}"
- uses:
apache/infrastructure-actions/stash/restore@b69225a81154602226df0f441cf23b95a55cf4f8
+ uses:
apache/infrastructure-actions/stash/restore@e0a5f64438492ea3ee6cbe06336b2d8e25f5d222
with:
key: "ci-cache-mount-save-v3-${{ inputs.platform }}-${{
env.PYTHON_MAJOR_MINOR_VERSION }}"
path: "/tmp/"
@@ -194,7 +194,7 @@ jobs:
run: breeze ci-image save --platform "${PLATFORM}" --image-file-dir
"/mnt"
if: inputs.upload-image-artifact == 'true'
- name: "Stash CI docker image ${{ env.PYTHON_MAJOR_MINOR_VERSION }}"
- uses:
apache/infrastructure-actions/stash/save@b69225a81154602226df0f441cf23b95a55cf4f8
+ uses:
apache/infrastructure-actions/stash/save@e0a5f64438492ea3ee6cbe06336b2d8e25f5d222
with:
key: ci-image-save-v3-${{ inputs.platform }}-${{
env.PYTHON_MAJOR_MINOR_VERSION }}
path: "/mnt/ci-image-save-*-${{ env.PYTHON_MAJOR_MINOR_VERSION
}}.tar"
@@ -209,7 +209,7 @@ jobs:
--cache-file
/tmp/ci-cache-mount-save-v3-${PYTHON_MAJOR_MINOR_VERSION}.tar.gz
if: inputs.upload-mount-cache-artifact == 'true'
- name: "Stash cache mount ${{ inputs.platform }}:${{
env.PYTHON_MAJOR_MINOR_VERSION }}"
- uses:
apache/infrastructure-actions/stash/save@b69225a81154602226df0f441cf23b95a55cf4f8
+ uses:
apache/infrastructure-actions/stash/save@e0a5f64438492ea3ee6cbe06336b2d8e25f5d222
with:
key: "ci-cache-mount-save-v3-${{ inputs.platform }}-${{
env.PYTHON_MAJOR_MINOR_VERSION }}"
path: "/tmp/ci-cache-mount-save-v3-${{
env.PYTHON_MAJOR_MINOR_VERSION }}.tar.gz"
diff --git a/.github/workflows/ci-image-checks.yml
b/.github/workflows/ci-image-checks.yml
index a077e433e9f..490eea58b11 100644
--- a/.github/workflows/ci-image-checks.yml
+++ b/.github/workflows/ci-image-checks.yml
@@ -194,7 +194,7 @@ jobs:
use-uv: ${{ inputs.use-uv }}
make-mnt-writeable-and-cleanup: true
- name: "Restore docs inventory cache"
- uses:
apache/infrastructure-actions/stash/restore@b69225a81154602226df0f441cf23b95a55cf4f8
+ uses:
apache/infrastructure-actions/stash/restore@e0a5f64438492ea3ee6cbe06336b2d8e25f5d222
with:
path: ./generated/_inventory_cache/
key: cache-docs-inventory-v1
@@ -310,7 +310,7 @@ jobs:
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
- name: "Save docs inventory cache"
- uses:
apache/infrastructure-actions/stash/save@b69225a81154602226df0f441cf23b95a55cf4f8
+ uses:
apache/infrastructure-actions/stash/save@e0a5f64438492ea3ee6cbe06336b2d8e25f5d222
with:
path: ./generated/_inventory_cache/
key: cache-docs-inventory-v1
diff --git a/.github/workflows/prod-image-build.yml
b/.github/workflows/prod-image-build.yml
index a51add83218..250cd3e26c4 100644
--- a/.github/workflows/prod-image-build.yml
+++ b/.github/workflows/prod-image-build.yml
@@ -284,7 +284,7 @@ jobs:
breeze prod-image save --platform "${PLATFORM}" --image-file-dir
"/mnt"
if: inputs.upload-image-artifact == 'true'
- name: "Stash PROD docker image ${{ env.PYTHON_MAJOR_MINOR_VERSION }}"
- uses:
apache/infrastructure-actions/stash/save@b69225a81154602226df0f441cf23b95a55cf4f8
+ uses:
apache/infrastructure-actions/stash/save@e0a5f64438492ea3ee6cbe06336b2d8e25f5d222
with:
key: prod-image-save-v3-${{ inputs.platform }}-${{
env.PYTHON_MAJOR_MINOR_VERSION }}
path: "/mnt/prod-image-save-*-${{ env.PYTHON_MAJOR_MINOR_VERSION
}}.tar"
diff --git a/.github/workflows/publish-docs-to-s3.yml
b/.github/workflows/publish-docs-to-s3.yml
index ae12c07bcd3..6e5f6fc4eba 100644
--- a/.github/workflows/publish-docs-to-s3.yml
+++ b/.github/workflows/publish-docs-to-s3.yml
@@ -303,7 +303,7 @@ jobs:
-t
"ghcr.io/apache/airflow/main/ci/python${PYTHON_MAJOR_MINOR_VERSION}:latest"
--target main .
-f Dockerfile.ci --platform linux/amd64
- name: "Restore docs inventory cache"
- uses:
apache/infrastructure-actions/stash/restore@b69225a81154602226df0f441cf23b95a55cf4f8
+ uses:
apache/infrastructure-actions/stash/restore@e0a5f64438492ea3ee6cbe06336b2d8e25f5d222
with:
path: ./generated/_inventory_cache/
key: cache-docs-inventory-v1
@@ -316,7 +316,7 @@ jobs:
run: >
breeze build-docs ${INCLUDE_DOCS} --docs-only ${FAIL_ON_INVENTORIES}
- name: "Save docs inventory cache"
- uses:
apache/infrastructure-actions/stash/save@b69225a81154602226df0f441cf23b95a55cf4f8
+ uses:
apache/infrastructure-actions/stash/save@e0a5f64438492ea3ee6cbe06336b2d8e25f5d222
if: steps.restore-docs-inventory-cache.outputs.stash-hit != 'true'
with:
path: ./generated/_inventory_cache/