Skip to content

Commit 72c20fc

Browse files
Bump aws-actions/configure-aws-credentials from 6.0.0 to 6.1.0 (#801)
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 6.0.0 to 6.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@8df5847...ec61189) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ecba9b7 commit 72c20fc

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
@@ -120,7 +120,7 @@ jobs:
120120
output_file_path: reports/results.sarif
121121
download_external_modules: true
122122
- name: configure aws credentials
123-
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0
123+
uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
124124
with:
125125
role-to-assume: arn:aws:iam::172017021075:role/GithubWorkFlowRole
126126
role-session-name: githubworkflowrolesessiont2
@@ -152,7 +152,7 @@ jobs:
152152
echo "${{ env.AliasTargetHostedZoneId }}"
153153
echo "${{ env.AliasTargetDNSName }}"
154154
- name: configure aws credentials Frankfurt region
155-
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0
155+
uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
156156
with:
157157
role-to-assume: arn:aws:iam::172017021075:role/GithubWorkFlowRole
158158
role-session-name: githubworkflowrolesessiont2

0 commit comments

Comments
 (0)