Skip to content

Commit 419e999

Browse files
Bump aws-actions/configure-aws-credentials from 1.7.0 to 2.0.0 (#19)
* Bump aws-actions/configure-aws-credentials from 1.7.0 to 2.0.0 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 1.7.0 to 2.0.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@v1.7.0...v2.0.0) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Added session name to aws actions --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Said Sef <saidsef@gmail.com>
1 parent 6342660 commit 419e999

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
with:
7676
additional_args: "--force-all-dirs --concise-output --code-theme=dark"
7777
version: "latest"
78+
github_token: ${{ github.token }}
7879

7980
caller-identity-check:
8081
if: contains(github.event_name, 'pull_request')
@@ -86,10 +87,11 @@ jobs:
8687
runs-on: ubuntu-latest
8788
steps:
8889
- name: Configure AWS credentials
89-
uses: aws-actions/configure-aws-credentials@v1.7.0
90+
uses: aws-actions/configure-aws-credentials@v2.0.0
9091
with:
9192
aws-region: ${{ secrets.AWS_REGION }}
9293
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/github-actions
94+
role-session-name: ${{ github.event.repository.name }}-${{ github.ref_type }}
9395
- run: |
9496
aws sts get-caller-identity
9597

0 commit comments

Comments
 (0)