From ce649949bf0eb68a197bacc947ce6253c00872f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 08:02:28 +0000 Subject: [PATCH] Bump aws-actions/configure-aws-credentials from 6.0.0 to 6.1.0 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) - [Commits](https://github.com/aws-actions/configure-aws-credentials/compare/v6...v6.1.0) --- 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] --- .github/workflows/base-java-service-jobs.yml | 2 +- .github/workflows/base-node-service-jobs.yml | 2 +- .github/workflows/base-python-service-jobs.yml | 2 +- .github/workflows/tool-create-release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/base-java-service-jobs.yml b/.github/workflows/base-java-service-jobs.yml index 6781b464..eac2603d 100644 --- a/.github/workflows/base-java-service-jobs.yml +++ b/.github/workflows/base-java-service-jobs.yml @@ -83,7 +83,7 @@ jobs: cache: gradle - name: Configure AWS Credentials (Read/Write) - uses: aws-actions/configure-aws-credentials@v6 + uses: aws-actions/configure-aws-credentials@v6.1.0 with: role-to-assume: ${{ secrets.IAM_ROLE }} aws-region: ${{ vars.AWS_REGION }} diff --git a/.github/workflows/base-node-service-jobs.yml b/.github/workflows/base-node-service-jobs.yml index a79f6061..ee457a3b 100644 --- a/.github/workflows/base-node-service-jobs.yml +++ b/.github/workflows/base-node-service-jobs.yml @@ -127,7 +127,7 @@ jobs: run: npm install - name: Configure AWS Credentials (Read/Write) - uses: aws-actions/configure-aws-credentials@v6 + uses: aws-actions/configure-aws-credentials@v6.1.0 with: role-to-assume: ${{ secrets.IAM_ROLE }} aws-region: ${{ vars.AWS_REGION }} diff --git a/.github/workflows/base-python-service-jobs.yml b/.github/workflows/base-python-service-jobs.yml index 312704ec..aadfd91c 100644 --- a/.github/workflows/base-python-service-jobs.yml +++ b/.github/workflows/base-python-service-jobs.yml @@ -63,7 +63,7 @@ jobs: - name: Configure AWS credentials id: auth - uses: aws-actions/configure-aws-credentials@v6 + uses: aws-actions/configure-aws-credentials@v6.1.0 with: mask-aws-account-id: true role-to-assume: ${{ secrets.IAM_ROLE }} diff --git a/.github/workflows/tool-create-release.yml b/.github/workflows/tool-create-release.yml index 6cb3c8a5..41b053ce 100644 --- a/.github/workflows/tool-create-release.yml +++ b/.github/workflows/tool-create-release.yml @@ -62,7 +62,7 @@ jobs: steps: - name: Configure AWS Credentials id: credentials - uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0 + uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0 with: role-to-assume: ${{ secrets.IAM_ROLE }} aws-region: ${{ vars.AWS_REGION }}