diff --git a/.github/workflows/verify-attestation.yml b/.github/workflows/verify-attestation.yml index 6ea267d..0d36fc5 100644 --- a/.github/workflows/verify-attestation.yml +++ b/.github/workflows/verify-attestation.yml @@ -64,7 +64,7 @@ jobs: steps: - name: Configure AWS credentials if: ${{ inputs.aws-role-arn != '' }} - uses: aws-actions/configure-aws-credentials@254c19bd240aabef8777f48595e9d2d7b972184b # v6.2.1 + uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2 with: role-to-assume: ${{ inputs.aws-role-arn }} aws-region: ${{ inputs.aws-region }}