diff --git a/.github/workflows/bake.yml b/.github/workflows/bake.yml index 7fc9fc78..5733df72 100644 --- a/.github/workflows/bake.yml +++ b/.github/workflows/bake.yml @@ -989,7 +989,7 @@ jobs: - name: Configure AWS credentials if: ${{ needs.registry-identities.outputs.aws-ecr-enabled == 'true' }} - uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2 + uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3 with: role-to-assume: ${{ needs.registry-identities.outputs.aws-ecr-role-to-assume }} aws-region: ${{ needs.registry-identities.outputs.aws-ecr-region }} @@ -1241,7 +1241,7 @@ jobs: - name: Configure AWS credentials if: ${{ inputs.push && inputs.output == 'image' && needs.registry-identities.outputs.aws-ecr-enabled == 'true' }} - uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2 + uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3 with: role-to-assume: ${{ needs.registry-identities.outputs.aws-ecr-role-to-assume }} aws-region: ${{ needs.registry-identities.outputs.aws-ecr-region }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 608f7591..a9648419 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -855,7 +855,7 @@ jobs: - name: Configure AWS credentials if: ${{ needs.registry-identities.outputs.aws-ecr-enabled == 'true' }} - uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2 + uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3 with: role-to-assume: ${{ needs.registry-identities.outputs.aws-ecr-role-to-assume }} aws-region: ${{ needs.registry-identities.outputs.aws-ecr-region }} @@ -1103,7 +1103,7 @@ jobs: - name: Configure AWS credentials if: ${{ inputs.push && inputs.output == 'image' && needs.registry-identities.outputs.aws-ecr-enabled == 'true' }} - uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2 + uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3 with: role-to-assume: ${{ needs.registry-identities.outputs.aws-ecr-role-to-assume }} aws-region: ${{ needs.registry-identities.outputs.aws-ecr-region }} diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 6c02669b..a87e5a29 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -119,7 +119,7 @@ jobs: - name: Configure AWS credentials if: ${{ steps.vars.outputs.signed == 'true' && steps.vars.outputs.output-type == 'image' && needs.registry-identities.outputs.aws-ecr-enabled == 'true' }} - uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2 + uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3 with: role-to-assume: ${{ needs.registry-identities.outputs.aws-ecr-role-to-assume }} aws-region: ${{ needs.registry-identities.outputs.aws-ecr-region }}