From 0e696084c09404fd1ca8fadb58a6850a30253e6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 09:09:19 +0000 Subject: [PATCH] Bump aws-actions/configure-aws-credentials from 3 to 4 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 3 to 4. - [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](https://github.com/aws-actions/configure-aws-credentials/compare/v3...v4) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/di-dockerhub2ecr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/di-dockerhub2ecr.yml b/.github/workflows/di-dockerhub2ecr.yml index ad1094c..10642ed 100644 --- a/.github/workflows/di-dockerhub2ecr.yml +++ b/.github/workflows/di-dockerhub2ecr.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v3 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: arn:aws:iam::035814641800:role/sonarqube-imagepusher role-session-name: 'gha-${{ github.repository_owner }}+${{ github.event.repository.name }},Run${{ github.run_id }}.${{ github.run_attempt }}'