We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cc4477 commit cc41880Copy full SHA for cc41880
.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@8c3f20df09ac63af7b3ae3d7c91f105f857d8497 # v4
+ uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
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