From b2b9239539cef7087af9626c6800327310a4aae2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 19:04:14 +0000 Subject: [PATCH] build(deps): Bump aws-actions/configure-aws-credentials Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 6.1.3 to 6.2.2. - [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/99214aa6889fcddfa57764031d71add364327e59...517a711dbcd0e402f90c77e7e2f81e849156e31d) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.2.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/bake.yml | 4 ++-- .github/workflows/build.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bake.yml b/.github/workflows/bake.yml index c3dd25a5..b5881b6e 100644 --- a/.github/workflows/bake.yml +++ b/.github/workflows/bake.yml @@ -989,7 +989,7 @@ jobs: - name: Configure AWS credentials if: ${{ needs.registry-identities.outputs.aws-ecr-enabled == 'true' }} - uses: aws-actions/configure-aws-credentials@99214aa6889fcddfa57764031d71add364327e59 # v6.1.3 + uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2 with: role-to-assume: ${{ needs.registry-identities.outputs.aws-ecr-role-to-assume }} aws-region: ${{ needs.registry-identities.outputs.aws-ecr-region }} @@ -1209,7 +1209,7 @@ jobs: - name: Configure AWS credentials if: ${{ inputs.push && inputs.output == 'image' && needs.registry-identities.outputs.aws-ecr-enabled == 'true' }} - uses: aws-actions/configure-aws-credentials@99214aa6889fcddfa57764031d71add364327e59 # v6.1.3 + uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2 with: role-to-assume: ${{ needs.registry-identities.outputs.aws-ecr-role-to-assume }} aws-region: ${{ needs.registry-identities.outputs.aws-ecr-region }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d88edfec..47cf76e6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -855,7 +855,7 @@ jobs: - name: Configure AWS credentials if: ${{ needs.registry-identities.outputs.aws-ecr-enabled == 'true' }} - uses: aws-actions/configure-aws-credentials@99214aa6889fcddfa57764031d71add364327e59 # v6.1.3 + uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2 with: role-to-assume: ${{ needs.registry-identities.outputs.aws-ecr-role-to-assume }} aws-region: ${{ needs.registry-identities.outputs.aws-ecr-region }} @@ -1071,7 +1071,7 @@ jobs: - name: Configure AWS credentials if: ${{ inputs.push && inputs.output == 'image' && needs.registry-identities.outputs.aws-ecr-enabled == 'true' }} - uses: aws-actions/configure-aws-credentials@99214aa6889fcddfa57764031d71add364327e59 # v6.1.3 + uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2 with: role-to-assume: ${{ needs.registry-identities.outputs.aws-ecr-role-to-assume }} aws-region: ${{ needs.registry-identities.outputs.aws-ecr-region }}