From b2f98bd102bfe3435d76dbde1059fc7bbcda3e65 Mon Sep 17 00:00:00 2001 From: Pulumi Bot Date: Tue, 18 Feb 2025 06:01:36 +0000 Subject: [PATCH] [internal] Update GitHub Actions workflow files --- .github/workflows/main-post-build.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main-post-build.yml b/.github/workflows/main-post-build.yml index f3b59bd10d..f7f42fc9b6 100644 --- a/.github/workflows/main-post-build.yml +++ b/.github/workflows/main-post-build.yml @@ -49,7 +49,7 @@ jobs: with: persist-credentials: false - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3 + uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0 with: aws-access-key-id: ${{ secrets.AWS_CORP_S3_UPLOAD_ACCESS_KEY_ID }} aws-region: us-west-2 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1dcb1b3b98..4252065cf1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -62,7 +62,7 @@ jobs: with: tools: pulumictl, pulumicli, go, schema-tools - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3 + uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-region: us-east-2