From 83f97195a985f0a3e1d616a20e38228a0a597d26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 19:56:06 +0000 Subject: [PATCH] Bump aws-actions/configure-aws-credentials from 6.1.0 to 6.1.1 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 6.1.0 to 6.1.1. - [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/ec61189d14ec14c8efccab744f656cffd0e33f37...d979d5b3a71173a29b74b5b88418bfda9437d885) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/lambda-stage.yml | 2 +- .github/workflows/push.yml | 2 +- .github/workflows/release.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lambda-stage.yml b/.github/workflows/lambda-stage.yml index 519b43a5..d756dfca 100644 --- a/.github/workflows/lambda-stage.yml +++ b/.github/workflows/lambda-stage.yml @@ -25,7 +25,7 @@ jobs: distribution: 'temurin' - name: Aws setup - uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0 + uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6.1.1 with: role-to-assume: ${{ secrets.AWS_LAMBDA_ROLE_STAGE }} aws-region: "us-east-1" diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index be5a3c55..5514ca17 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -44,7 +44,7 @@ jobs: java-version: '17' distribution: 'temurin' - - uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0 + - uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6.1.1 with: role-to-assume: ${{ secrets.AWS_S3_ROLE_ARN_SSP_STAGE }} aws-region: "us-east-1" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4c0ab0b7..1a2fb40e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -116,7 +116,7 @@ jobs: run: ./gradlew clean build -x test - name: Aws setup - uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0 + uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6.1.1 with: role-to-assume: ${{ secrets.AWS_S3_ROLE_ARN_SSP_PROD }} aws-region: "us-east-1" @@ -181,7 +181,7 @@ jobs: distribution: 'temurin' - name: Aws setup - uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0 + uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6.1.1 with: role-to-assume: ${{ secrets.AWS_LAMBDA_ROLE_PROD }} aws-region: "us-east-1"