Skip to content

Commit 9524371

Browse files
committed
CI: Bump aws-actions/configure-aws-credentials from 4.2.1 to 4.3.1
Signed-off-by: willieyz <[email protected]>
1 parent 131c89b commit 9524371

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/bench_ec2_reusable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
echo "Using AMI ID: $AMI_ID"
103103
echo "AMI_ID=$AMI_ID" >> $GITHUB_OUTPUT
104104
- name: Configure AWS credentials
105-
uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2.1
105+
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
106106
with:
107107
role-to-assume: ${{ env.AWS_ROLE }}
108108
aws-region: ${{ inputs.aws_region }}
@@ -211,7 +211,7 @@ jobs:
211211
if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
212212
steps:
213213
- name: Configure AWS credentials
214-
uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2.1
214+
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
215215
with:
216216
role-to-assume: ${{ env.AWS_ROLE }}
217217
aws-region: ${{ inputs.aws_region }}

.github/workflows/ci_ec2_reusable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
echo "Using AMI ID: $AMI_ID"
9898
echo "AMI_ID=$AMI_ID" >> $GITHUB_OUTPUT
9999
- name: Configure AWS credentials
100-
uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2.1
100+
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
101101
with:
102102
role-to-assume: ${{ env.AWS_ROLE }}
103103
aws-region: ${{ env.AWS_REGION }}
@@ -198,7 +198,7 @@ jobs:
198198
if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
199199
steps:
200200
- name: Configure AWS credentials
201-
uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2.1
201+
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
202202
with:
203203
role-to-assume: ${{ env.AWS_ROLE }}
204204
aws-region: ${{ env.AWS_REGION }}

0 commit comments

Comments
 (0)