From a3c81c115e02ae7a1fd5b92de67379260b6041bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 23:01:50 +0000 Subject: [PATCH] Bump aws-actions/configure-aws-credentials from 5 to 6 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... 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 b1788634..009cc14d 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@v5 + uses: aws-actions/configure-aws-credentials@v6 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 de346d0c..871500d6 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@v5 + - uses: aws-actions/configure-aws-credentials@v6 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 0ca56095..335980d8 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@v5 + uses: aws-actions/configure-aws-credentials@v6 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@v5 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: ${{ secrets.AWS_LAMBDA_ROLE_PROD }} aws-region: "us-east-1"