Skip to content

Commit 8fc531e

Browse files
authored
Merge pull request #730 from pq-code-package/dependabot/github_actions/aws-actions/configure-aws-credentials-4.0.3
Bump aws-actions/configure-aws-credentials from 4.0.2 to 4.0.3
2 parents c0fa1d7 + 4144f7f commit 8fc531e

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/bench_ec2_reusable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
echo "Using AMI ID: $AMI_ID"
101101
echo "AMI_ID=$AMI_ID" >> $GITHUB_OUTPUT
102102
- name: Configure AWS credentials
103-
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
103+
uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3
104104
with:
105105
role-to-assume: ${{ env.AWS_ROLE }}
106106
aws-region: ${{ inputs.aws_region }}
@@ -209,7 +209,7 @@ jobs:
209209
if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
210210
steps:
211211
- name: Configure AWS credentials
212-
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
212+
uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3
213213
with:
214214
role-to-assume: ${{ env.AWS_ROLE }}
215215
aws-region: ${{ inputs.aws_region }}

.github/workflows/ci_ec2_container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
echo "Using AMI ID: $AMI_ID"
9696
echo "AMI_ID=$AMI_ID" >> $GITHUB_OUTPUT
9797
- name: Configure AWS credentials
98-
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
98+
uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3
9999
with:
100100
role-to-assume: ${{ env.AWS_ROLE }}
101101
aws-region: ${{ env.AWS_REGION }}
@@ -168,7 +168,7 @@ jobs:
168168
if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
169169
steps:
170170
- name: Configure AWS credentials
171-
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
171+
uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3
172172
with:
173173
role-to-assume: ${{ env.AWS_ROLE }}
174174
aws-region: ${{ env.AWS_REGION }}

.github/workflows/ci_ec2_reusable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
echo "Using AMI ID: $AMI_ID"
9393
echo "AMI_ID=$AMI_ID" >> $GITHUB_OUTPUT
9494
- name: Configure AWS credentials
95-
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
95+
uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3
9696
with:
9797
role-to-assume: ${{ env.AWS_ROLE }}
9898
aws-region: ${{ env.AWS_REGION }}
@@ -158,7 +158,7 @@ jobs:
158158
if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
159159
steps:
160160
- name: Configure AWS credentials
161-
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
161+
uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3
162162
with:
163163
role-to-assume: ${{ env.AWS_ROLE }}
164164
aws-region: ${{ env.AWS_REGION }}

0 commit comments

Comments
 (0)