We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 560f33c + 9f39c3b commit 36783d0Copy full SHA for 36783d0
.github/actions/get-ecr-scan-result/action.yml
@@ -43,7 +43,7 @@ runs:
43
using: "composite"
44
steps:
45
- name: Configure AWS Credentials
46
- uses: aws-actions/configure-aws-credentials@v4.0.3
+ uses: aws-actions/configure-aws-credentials@v4.2.0
47
with:
48
role-to-assume: ${{ inputs.aws_role }}
49
aws-region: ${{ inputs.aws_region }}
0 commit comments