From f19c0cb714130ceed3bed845919e0e3f322a4ddc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 12:36:43 +0000 Subject: [PATCH] Bump aws-actions/configure-aws-credentials from 4.0.2 to 6.1.1 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 4.0.2 to 6.1.1. - [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/e3dd6a429d7300a6a4c196c26e071d42e0343502...d979d5b3a71173a29b74b5b88418bfda9437d885) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/framework-cli-tests.yml | 2 +- .github/workflows/framework-codegen.yml | 2 +- .github/workflows/framework-dockercompose-tests.yml | 2 +- .github/workflows/framework-golden-tests-private.yml | 2 +- .github/workflows/framework-golden-tests.yml | 2 +- .github/workflows/parrot-release.yml | 2 +- .github/workflows/test.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/framework-cli-tests.yml b/.github/workflows/framework-cli-tests.yml index cd2e2262e..b1cff1810 100644 --- a/.github/workflows/framework-cli-tests.yml +++ b/.github/workflows/framework-cli-tests.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout repo uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - name: Configure AWS credentials using OIDC - uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2 + uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6.1.1 with: role-to-assume: ${{ secrets.AWS_CTF_READ_ACCESS_ROLE_ARN }} aws-region: us-west-2 diff --git a/.github/workflows/framework-codegen.yml b/.github/workflows/framework-codegen.yml index 4edd8cbba..24eb0e336 100644 --- a/.github/workflows/framework-codegen.yml +++ b/.github/workflows/framework-codegen.yml @@ -26,7 +26,7 @@ jobs: - name: Checkout repo uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - name: Configure AWS credentials using OIDC - uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2 + uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6.1.1 with: role-to-assume: ${{ secrets.PUBLIC_AWS_ECR_ROLE }} aws-region: us-east-1 diff --git a/.github/workflows/framework-dockercompose-tests.yml b/.github/workflows/framework-dockercompose-tests.yml index e7f22e5f4..a95509181 100644 --- a/.github/workflows/framework-dockercompose-tests.yml +++ b/.github/workflows/framework-dockercompose-tests.yml @@ -59,7 +59,7 @@ jobs: uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - name: Configure AWS credentials using OIDC - uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2 + uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6.1.1 with: role-to-assume: ${{ secrets.AWS_CTF_READ_ACCESS_ROLE_ARN }} aws-region: us-west-2 diff --git a/.github/workflows/framework-golden-tests-private.yml b/.github/workflows/framework-golden-tests-private.yml index fd002b77b..5e76a7fd5 100644 --- a/.github/workflows/framework-golden-tests-private.yml +++ b/.github/workflows/framework-golden-tests-private.yml @@ -49,7 +49,7 @@ jobs: - name: Checkout repo uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - name: Configure AWS credentials using OIDC - uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2 + uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6.1.1 with: role-to-assume: ${{ secrets.AWS_GHA_SMARTCONTRACTKIT_ROLE_ARN }} aws-region: us-west-2 diff --git a/.github/workflows/framework-golden-tests.yml b/.github/workflows/framework-golden-tests.yml index a9d38e1d1..bcc0ab18d 100644 --- a/.github/workflows/framework-golden-tests.yml +++ b/.github/workflows/framework-golden-tests.yml @@ -69,7 +69,7 @@ jobs: - name: Checkout repo uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - name: Configure AWS credentials using OIDC - uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2 + uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6.1.1 with: role-to-assume: ${{ secrets.PUBLIC_AWS_ECR_ROLE }} aws-region: us-east-1 diff --git a/.github/workflows/parrot-release.yml b/.github/workflows/parrot-release.yml index 5b499d78b..be9881fe7 100644 --- a/.github/workflows/parrot-release.yml +++ b/.github/workflows/parrot-release.yml @@ -19,7 +19,7 @@ jobs: with: fetch-depth: 0 - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2 + uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6.1.1 with: aws-region: ${{ secrets.AWS_REGION }} role-to-assume: ${{ secrets.AWS_OIDC_PUBLISH_ECR_ROLE_ARN }} diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index af75c18b2..5f68b6ac6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -64,7 +64,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Configure AWS credentials using OIDC - uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2 + uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6.1.1 with: role-to-assume: ${{ secrets.PUBLIC_AWS_ECR_ROLE }} aws-region: us-east-1