Skip to content

Commit ef09bd8

Browse files
Bump aws-actions/configure-aws-credentials from 4.0.3 to 4.1.0 (#550)
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 4.0.3 to 4.1.0. - [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@4fc4975...ececac1) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: James Pether Sörling <[email protected]>
1 parent 083259c commit ef09bd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
output_file_path: reports/results.sarif
7979
download_external_modules: true
8080
- name: configure aws credentials
81-
uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3
81+
uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
8282
with:
8383
role-to-assume: arn:aws:iam::172017021075:role/GithubWorkFlowRole
8484
role-session-name: githubworkflowrolesessiont2
@@ -110,7 +110,7 @@ jobs:
110110
echo "${{ env.AliasTargetHostedZoneId }}"
111111
echo "${{ env.AliasTargetDNSName }}"
112112
- name: configure aws credentials Frankfurt region
113-
uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3
113+
uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
114114
with:
115115
role-to-assume: arn:aws:iam::172017021075:role/GithubWorkFlowRole
116116
role-session-name: githubworkflowrolesessiont2

0 commit comments

Comments
 (0)