Skip to content

Commit 7f740ab

Browse files
chore(deps): update aws-actions/configure-aws-credentials action to v6 (#181)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 93753d6 commit 7f740ab

19 files changed

+20
-20
lines changed

.github/workflows/packer-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Configure AWS credentials
5757
if: steps.check-bot.outputs.skip != 'true'
58-
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4
58+
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6
5959
with:
6060
role-to-assume: ${{ secrets.OIDC_ROLE_ARN }}
6161
role-session-name: GithubActionsPackerBuild

.github/workflows/packer-wireguard-04.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3434

3535
- name: Configure AWS credentials
36-
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4
36+
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6
3737
with:
3838
role-to-assume: ${{ secrets.OIDC_ROLE_ARN }}
3939
role-session-name: GithubActionsPackerValidate

.github/workflows/periodic-terraform-apply-01.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
ref: master
2626

2727
- name: Configure AWS credentials
28-
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4
28+
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6
2929
with:
3030
role-to-assume: ${{ secrets.OIDC_ROLE_ARN }}
3131
role-session-name: GithubActionsTerraform

.github/workflows/periodic-terraform-apply-03.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
ref: master
2626

2727
- name: Configure AWS credentials
28-
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4
28+
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6
2929
with:
3030
role-to-assume: ${{ secrets.OIDC_ROLE_ARN }}
3131
role-session-name: GithubActionsTerraform

.github/workflows/periodic-terraform-apply-04.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
ref: master
2626

2727
- name: Configure AWS credentials
28-
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4
28+
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6
2929
with:
3030
role-to-assume: ${{ secrets.OIDC_ROLE_ARN }}
3131
role-session-name: GithubActionsTerraform

.github/workflows/periodic-terraform-apply-05.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
ref: master
2626

2727
- name: Configure AWS credentials
28-
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4
28+
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6
2929
with:
3030
role-to-assume: ${{ secrets.OIDC_ROLE_ARN }}
3131
role-session-name: GithubActionsTerraform

.github/workflows/periodic-terraform-apply-06.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
ref: master
2626

2727
- name: Configure AWS credentials
28-
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4
28+
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6
2929
with:
3030
role-to-assume: ${{ secrets.OIDC_ROLE_ARN }}
3131
role-session-name: GithubActionsTerraform

.github/workflows/terraform-apply-01.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
ref: master
3030

3131
- name: Configure AWS credentials
32-
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4
32+
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6
3333
with:
3434
role-to-assume: ${{ secrets.OIDC_ROLE_ARN }}
3535
role-session-name: GithubActionsTerraform

.github/workflows/terraform-apply-03.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
ref: master
3030

3131
- name: Configure AWS credentials
32-
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4
32+
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6
3333
with:
3434
role-to-assume: ${{ secrets.OIDC_ROLE_ARN }}
3535
role-session-name: GithubActionsTerraform

.github/workflows/terraform-apply-04.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
ref: master
3030

3131
- name: Configure AWS credentials
32-
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4
32+
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6
3333
with:
3434
role-to-assume: ${{ secrets.OIDC_ROLE_ARN }}
3535
role-session-name: GithubActionsTerraform

0 commit comments

Comments
 (0)