From 551a9af561bd8514624fbd0368cd8ec572de1ed4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 02:34:16 +0000 Subject: [PATCH] Bump aws-actions/configure-aws-credentials from 6.1.0 to 6.2.0 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 6.1.0 to 6.2.0. - [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...e7f100cf4c008499ea8adda475de1042d6975c7b) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/aws-cdk.yml | 4 ++-- .github/workflows/pwa-deployment.yml | 4 ++-- .github/workflows/s3-deploy.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/aws-cdk.yml b/.github/workflows/aws-cdk.yml index 7a5ae05..99c9efc 100644 --- a/.github/workflows/aws-cdk.yml +++ b/.github/workflows/aws-cdk.yml @@ -456,7 +456,7 @@ jobs: - name: Configure AWS credentials (Static) if: needs.prepare.outputs.auth-mode == 'static' - uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 #v6.1.0 + uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b #v6.2.0 with: aws-access-key-id: ${{ vars.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} @@ -465,7 +465,7 @@ jobs: - name: Configure AWS credentials (OIDC) if: needs.prepare.outputs.auth-mode == 'oidc' - uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 #v6.1.0 + uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b #v6.2.0 with: role-to-assume: ${{ vars.AWS_ROLE_ARN }} role-session-name: ${{ needs.prepare.outputs.role-session-name }} diff --git a/.github/workflows/pwa-deployment.yml b/.github/workflows/pwa-deployment.yml index ded9a72..4f6dc32 100644 --- a/.github/workflows/pwa-deployment.yml +++ b/.github/workflows/pwa-deployment.yml @@ -393,7 +393,7 @@ jobs: INPUTS_BUILD_DIRECTORY: ${{ inputs.build-directory }} - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 #v6.1.0 + uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b #v6.2.0 with: aws-access-key-id: ${{ vars.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} @@ -401,7 +401,7 @@ jobs: - name: Configure AWS credentials (OIDC) if: needs.prepare.outputs.auth-mode == 'oidc' - uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 #v6.1.0 + uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b #v6.2.0 with: role-to-assume: ${{ vars.AWS_ROLE_ARN }} role-session-name: ${{ needs.prepare.outputs.role-session-name }} diff --git a/.github/workflows/s3-deploy.yml b/.github/workflows/s3-deploy.yml index d7a7b34..0adce8b 100644 --- a/.github/workflows/s3-deploy.yml +++ b/.github/workflows/s3-deploy.yml @@ -66,7 +66,7 @@ jobs: persist-credentials: false - name: Configure AWS creds - uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 #v6.1.0 + uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b #v6.2.0 with: aws-access-key-id: ${{ inputs.aws-access-key-id }} aws-secret-access-key: ${{ secrets.aws-secret-access-key }}