Skip to content

Commit f4f5202

Browse files
Bump aws-actions/configure-aws-credentials from 4 to 5 (#411)
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 4 to 5. - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@v4...v5) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c73d5c9 commit f4f5202

13 files changed

+13
-13
lines changed

.github/workflows/cleanup-appconfig-and-lambda-layer-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
./venv/bin/pip3 install boto3==1.33.11
6767
6868
- name: Configure AWS Credentials
69-
uses: aws-actions/configure-aws-credentials@v4
69+
uses: aws-actions/configure-aws-credentials@v5
7070
with:
7171
role-to-assume: ${{ secrets.AWS_ASSUME_ROLE }}
7272
role-skip-session-tagging: true

.github/workflows/cleanup-cloudfront-edge-associations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
python-version: ${{ inputs.python_version }}
5959

6060
- name: Configure AWS Credentials for ${{ vars.AWS_REGION }}
61-
uses: aws-actions/configure-aws-credentials@v4
61+
uses: aws-actions/configure-aws-credentials@v5
6262
with:
6363
role-to-assume: ${{ secrets.AWS_ASSUME_ROLE }}
6464
role-skip-session-tagging: true

.github/workflows/terraform-daily-healthcheck-deploy-and-destroy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
ref: main
3131

3232
- name: Configure AWS Credentials
33-
uses: aws-actions/configure-aws-credentials@v4
33+
uses: aws-actions/configure-aws-credentials@v5
3434
with:
3535
role-to-assume: ${{ secrets.AWS_ASSUME_ROLE }}
3636
role-skip-session-tagging: true

.github/workflows/terraform-deploy-feature-to-sandbox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
ref: main
3737

3838
- name: Configure AWS Credentials
39-
uses: aws-actions/configure-aws-credentials@v4
39+
uses: aws-actions/configure-aws-credentials@v5
4040
with:
4141
role-to-assume: ${{ secrets.AWS_ASSUME_ROLE }}
4242
role-skip-session-tagging: true

.github/workflows/terraform-deploy-to-perf-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: "0"
2929

3030
- name: Configure AWS Credentials
31-
uses: aws-actions/configure-aws-credentials@v4
31+
uses: aws-actions/configure-aws-credentials@v5
3232
with:
3333
role-to-assume: ${{ secrets.AWS_ASSUME_ROLE }}
3434
role-skip-session-tagging: true

.github/workflows/terraform-deploy-to-pre-prod-manual.yml

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

5757
- name: Configure AWS Credentials
58-
uses: aws-actions/configure-aws-credentials@v4
58+
uses: aws-actions/configure-aws-credentials@v5
5959
with:
6060
role-to-assume: ${{ secrets.AWS_ASSUME_ROLE }}
6161
role-skip-session-tagging: true

.github/workflows/terraform-deploy-to-prod-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: "0"
2929

3030
- name: Configure AWS Credentials
31-
uses: aws-actions/configure-aws-credentials@v4
31+
uses: aws-actions/configure-aws-credentials@v5
3232
with:
3333
role-to-assume: ${{ secrets.AWS_ASSUME_ROLE }}
3434
role-skip-session-tagging: true

.github/workflows/terraform-deploy-to-test-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
ref: ${{ github.event.inputs.build_branch}}
2828

2929
- name: Configure AWS Credentials
30-
uses: aws-actions/configure-aws-credentials@v4
30+
uses: aws-actions/configure-aws-credentials@v5
3131
with:
3232
role-to-assume: ${{ secrets.AWS_ASSUME_ROLE }}
3333
role-skip-session-tagging: true

.github/workflows/terraform-deploy-virus-scanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
ref: ${{ github.event.inputs.buildBranch}}
3636

3737
- name: Configure AWS Credentials
38-
uses: aws-actions/configure-aws-credentials@v4
38+
uses: aws-actions/configure-aws-credentials@v5
3939
with:
4040
role-to-assume: ${{ secrets.AWS_ASSUME_ROLE }}
4141
role-skip-session-tagging: true

.github/workflows/terraform-destroy-environment-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
./venv/bin/pip3 install --upgrade pip boto3
104104
105105
- name: Configure AWS Credentials
106-
uses: aws-actions/configure-aws-credentials@v4
106+
uses: aws-actions/configure-aws-credentials@v5
107107
with:
108108
role-to-assume: ${{ secrets.AWS_ASSUME_ROLE }}
109109
aws-region: ${{ vars.AWS_REGION }}

0 commit comments

Comments
 (0)