From 0d65532e8d4fb037818181eb7078b0c0d98c75fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 01:24:56 +0000 Subject: [PATCH] Bump aws-actions/configure-aws-credentials from 4.0.2 to 6.1.2 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 4.0.2 to 6.1.2. - [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...acca2b1b2070338fb9fd1ca27ecee81d687e58e5) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.1.2 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..2fe1e277c 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@acca2b1b2070338fb9fd1ca27ecee81d687e58e5 # v6.1.2 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..d3da62dd6 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@acca2b1b2070338fb9fd1ca27ecee81d687e58e5 # v6.1.2 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..4bc61d021 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@acca2b1b2070338fb9fd1ca27ecee81d687e58e5 # v6.1.2 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..ac2677324 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@acca2b1b2070338fb9fd1ca27ecee81d687e58e5 # v6.1.2 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..a5277a9b1 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@acca2b1b2070338fb9fd1ca27ecee81d687e58e5 # v6.1.2 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..df847eabd 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@acca2b1b2070338fb9fd1ca27ecee81d687e58e5 # v6.1.2 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..bcd26df88 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@acca2b1b2070338fb9fd1ca27ecee81d687e58e5 # v6.1.2 with: role-to-assume: ${{ secrets.PUBLIC_AWS_ECR_ROLE }} aws-region: us-east-1