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-site.git
The following commit(s) were added to refs/heads/main by this push:
new e1f61b4580 Bump the github-actions group across 1 directory with 2
updates (#1647)
e1f61b4580 is described below
commit e1f61b45808233cb892cb641cdb784d8f5ed5462
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 7 19:01:12 2026 +0200
Bump the github-actions group across 1 directory with 2 updates (#1647)
Bumps the github-actions group with 2 updates in the / directory:
[apache/infrastructure-actions/allowlist-check](https://github.com/apache/infrastructure-actions)
and
[aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials).
Updates `apache/infrastructure-actions/allowlist-check` from
9cc7da9d7ea5430d68dd0a0dcee8f47dd170ef94 to
4e54cb3754ec805e6fc29861419086748782f6a3
-
[Commits](https://github.com/apache/infrastructure-actions/compare/9cc7da9d7ea5430d68dd0a0dcee8f47dd170ef94...4e54cb3754ec805e6fc29861419086748782f6a3)
Updates `aws-actions/configure-aws-credentials` from 6.2.3 to 6.2.4
- [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/e6de054238d6b7531b4efff3b6587d9aade6a06c...cbe3b392738ccf3f987d68400dafcf4b0624a56c)
---
updated-dependencies:
- dependency-name: apache/infrastructure-actions/allowlist-check
dependency-version: 36dacee79f08803aedaaf8cc4a6fb04da7b1c36c
dependency-type: direct:production
dependency-group: github-actions
- dependency-name: aws-actions/configure-aws-credentials
dependency-version: 6.2.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
...
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/build.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/asf-allowlist-check.yml
b/.github/workflows/asf-allowlist-check.yml
index d1b315adc9..9907ea64a2 100644
--- a/.github/workflows/asf-allowlist-check.yml
+++ b/.github/workflows/asf-allowlist-check.yml
@@ -32,4 +32,4 @@ jobs:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #
v7.0.1
with:
persist-credentials: false
- - uses:
apache/infrastructure-actions/allowlist-check@9cc7da9d7ea5430d68dd0a0dcee8f47dd170ef94
# main
+ - uses:
apache/infrastructure-actions/allowlist-check@4e54cb3754ec805e6fc29861419086748782f6a3
# main
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2ede7473a5..31640c0611 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -141,7 +141,7 @@ jobs:
rm -rf /tmp/aws/
- name: ☁ Configure AWS credentials
if: env.PROD_PUBLISH_REQUIRED != 'false' ||
env.STAGING_PUBLISH_REQUIRED != 'false'
- uses:
aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c
# v6.2.3
+ uses:
aws-actions/configure-aws-credentials@cbe3b392738ccf3f987d68400dafcf4b0624a56c
# v6.2.4
with:
aws-access-key-id: ${{ secrets.DOCS_AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.DOCS_AWS_SECRET_ACCESS_KEY }}