We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cb870c commit 3a471abCopy full SHA for 3a471ab
.github/workflows/ci.yml
@@ -127,7 +127,7 @@ jobs:
127
username: ${{ github.repository_owner }}
128
password: ${{ secrets.GITHUB_TOKEN }}
129
- name: Configure AWS Credentials
130
- uses: aws-actions/configure-aws-credentials@f24d7193d98baebaeacc7e2227925dd47cc267f5 # v4.2.0
+ uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2.1
131
with:
132
aws-region: ${{ env.AWS_REGION }}
133
role-to-assume: arn:aws:iam::${{ env.AWS_ACCOUNT_DEVOPS }}:role/${{ env.AWS_ROLE }}
0 commit comments