From 0b3479d7f1daa5368a7b344ff88c3748a4fe4d57 Mon Sep 17 00:00:00 2001 From: Scott Todd Date: Tue, 5 Aug 2025 15:13:14 -0700 Subject: [PATCH] =?UTF-8?q?Revert=20"Bump=20aws-actions/configure-aws-cred?= =?UTF-8?q?entials=20from=204.1.0=20to=204.2.1=20in=20the=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 56fbdc51319c6502d30dd0570425d1061a45342c. --- .github/workflows/therock-ci-linux.yml | 2 +- .github/workflows/therock-ci-windows.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/therock-ci-linux.yml b/.github/workflows/therock-ci-linux.yml index 735ae2f4b2f2..f9aba239bf51 100644 --- a/.github/workflows/therock-ci-linux.yml +++ b/.github/workflows/therock-ci-linux.yml @@ -110,7 +110,7 @@ jobs: - name: Configure AWS Credentials if: always() - uses: aws-actions/configure-aws-credentials@59b441846ad109fa4a1549b73ef4e149c4bfb53b # v4.3.0 + uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0 with: aws-region: us-east-2 role-to-assume: arn:aws:iam::692859939525:role/therock-artifacts-external diff --git a/.github/workflows/therock-ci-windows.yml b/.github/workflows/therock-ci-windows.yml index fea1e46ee227..464ffff85f81 100644 --- a/.github/workflows/therock-ci-windows.yml +++ b/.github/workflows/therock-ci-windows.yml @@ -133,7 +133,7 @@ jobs: - name: Configure AWS Credentials if: always() - uses: aws-actions/configure-aws-credentials@59b441846ad109fa4a1549b73ef4e149c4bfb53b # v4.3.0 + uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0 with: aws-region: us-east-2 role-to-assume: arn:aws:iam::692859939525:role/therock-artifacts-external