Skip to content

Commit a1f3843

Browse files
chore(actions): update aws-actions/configure-aws-credentials action to v2
1 parent e438073 commit a1f3843

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/prereleased.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
run: echo "value=$(grep -cE "(medium|high|critical) vulnerability" ${{ steps.scan_sbom.outputs.sarif }})" >> $GITHUB_OUTPUT
107107

108108
- name: Configure AWS credentials
109-
uses: aws-actions/configure-aws-credentials@v1
109+
uses: aws-actions/configure-aws-credentials@v2
110110
with:
111111
role-to-assume: ${{ secrets.AWS_S3_SBOMS_ROLE_ARN }}
112112
aws-region: ${{ env.AWS_S3_REGION }}
@@ -191,7 +191,7 @@ jobs:
191191
run: echo "value=$(grep -cE "(medium|high|critical) vulnerability" ${{ steps.scan_sbom.outputs.sarif }})" >> $GITHUB_OUTPUT
192192

193193
- name: Configure AWS credentials
194-
uses: aws-actions/configure-aws-credentials@v1
194+
uses: aws-actions/configure-aws-credentials@v2
195195
with:
196196
role-to-assume: ${{ secrets.AWS_S3_SBOMS_ROLE_ARN }}
197197
aws-region: ${{ env.AWS_S3_REGION }}

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
echo "value=$(grep -cE "(medium|high|critical) vulnerability" ${{ steps.scan_sbom.outputs.sarif }})" >> $GITHUB_OUTPUT
9797
9898
- name: Configure AWS credentials
99-
uses: aws-actions/configure-aws-credentials@v1
99+
uses: aws-actions/configure-aws-credentials@v2
100100
with:
101101
role-to-assume: ${{ secrets.AWS_S3_SBOMS_ROLE_ARN }}
102102
aws-region: ${{ env.AWS_S3_REGION }}

0 commit comments

Comments
 (0)