Skip to content

Commit 52028b6

Browse files
chore(deps): update aws-actions/configure-aws-credentials action to v5 (#496)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 029b778 commit 52028b6

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker-build-push-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5050

5151
- name: Configure AWS credentials using OIDC
52-
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
52+
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
5353
with:
5454
role-to-assume: arn:aws:iam::283582579564:role/github-secret-scanning-apply
5555
role-session-name: ECRPush

.github/workflows/docker-vulnerability-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2828

2929
- name: Configure AWS credentials using OIDC
30-
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
30+
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
3131
with:
3232
role-to-assume: arn:aws:iam::283582579564:role/github-secret-scanning-plan
3333
role-session-name: ECRPull

.github/workflows/tf_apply_production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: cds-snc/terraform-tools-setup@v1
3838

3939
- name: Configure aws credentials using OIDC
40-
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
40+
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
4141
with:
4242
role-to-assume: arn:aws:iam::283582579564:role/github-secret-scanning-apply
4343
role-session-name: TFApply

.github/workflows/tf_plan_production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: cds-snc/terraform-tools-setup@v1
4949

5050
- name: Configure aws credentials using OIDC
51-
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
51+
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
5252
with:
5353
role-to-assume: arn:aws:iam::283582579564:role/github-secret-scanning-plan
5454
role-session-name: TFPlan

0 commit comments

Comments
 (0)