From 091f4c8d6be7521177a7d5ba9a8f98c54257cb4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 19:53:18 +0000 Subject: [PATCH] Bump aws-actions/configure-aws-credentials from 6.2.2 to 6.2.3 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 6.2.2 to 6.2.3. - [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/517a711dbcd0e402f90c77e7e2f81e849156e31d...e6de054238d6b7531b4efff3b6587d9aade6a06c) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.2.3 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 3f7f64b9..31381eb7 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@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2 + uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3 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 d0a1118b..c7dd071b 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@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2 + - uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3 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 59a98803..6b2136cf 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@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2 + uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3 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@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2 + uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3 with: role-to-assume: ${{ secrets.AWS_LAMBDA_ROLE_PROD }} aws-region: "us-east-1"