diff --git a/.github/workflows/framework-cli-tests.yml b/.github/workflows/framework-cli-tests.yml index cd2e2262e..76673331f 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@99214aa6889fcddfa57764031d71add364327e59 # v6.1.3 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..9adae42bf 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@99214aa6889fcddfa57764031d71add364327e59 # v6.1.3 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..80d47a451 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@99214aa6889fcddfa57764031d71add364327e59 # v6.1.3 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..0a542c735 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@99214aa6889fcddfa57764031d71add364327e59 # v6.1.3 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..b631f9ab8 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@99214aa6889fcddfa57764031d71add364327e59 # v6.1.3 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..86b7f822b 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@99214aa6889fcddfa57764031d71add364327e59 # v6.1.3 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..872cb7381 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@99214aa6889fcddfa57764031d71add364327e59 # v6.1.3 with: role-to-assume: ${{ secrets.PUBLIC_AWS_ECR_ROLE }} aws-region: us-east-1