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

jscheffl 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 a9eb88d7fb6 Revert "Bump aws-actions/configure-aws-credentials 
(#65020)" (#65034)
a9eb88d7fb6 is described below

commit a9eb88d7fb6451076c3d8ebaf7a10fc86d26bdeb
Author: Jens Scheffler <[email protected]>
AuthorDate: Fri Apr 10 22:56:30 2026 +0200

    Revert "Bump aws-actions/configure-aws-credentials (#65020)" (#65034)
    
    This reverts commit 00926c3dcb2f17a22d992a563668750f3ecd3d5a.
---
 .github/workflows/ci-image-checks.yml    | 2 +-
 .github/workflows/publish-docs-to-s3.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci-image-checks.yml 
b/.github/workflows/ci-image-checks.yml
index 694943ff7d4..fc62f54de9d 100644
--- a/.github/workflows/ci-image-checks.yml
+++ b/.github/workflows/ci-image-checks.yml
@@ -463,7 +463,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@8df5847569e6427dd6c4fb1cf565c83acfa8afa7  
# v6.0.0
         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/publish-docs-to-s3.yml 
b/.github/workflows/publish-docs-to-s3.yml
index ecfc792a6eb..447cdc34e4d 100644
--- a/.github/workflows/publish-docs-to-s3.yml
+++ b/.github/workflows/publish-docs-to-s3.yml
@@ -361,7 +361,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@8df5847569e6427dd6c4fb1cf565c83acfa8afa7  
# v6.0.0
         with:
           aws-access-key-id: ${{ secrets.DOCS_AWS_ACCESS_KEY_ID }}
           aws-secret-access-key: ${{ secrets.DOCS_AWS_SECRET_ACCESS_KEY }}

Reply via email to