From a031907397528f4dc071fc2c149377b6533b3c0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 02:13:49 +0000 Subject: [PATCH] chore(deps): bump aws-actions/configure-aws-credentials from 4 to 6.2.0 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 4 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/v4...v6.2.0) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/_reusable-deploy.yml | 2 +- .github/workflows/_reusable-destroy.yml | 2 +- .github/workflows/_reusable-publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/_reusable-deploy.yml b/.github/workflows/_reusable-deploy.yml index c19cc872..1f5e2220 100644 --- a/.github/workflows/_reusable-deploy.yml +++ b/.github/workflows/_reusable-deploy.yml @@ -74,7 +74,7 @@ jobs: with: ref: ${{ inputs.image_tag }} - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v6.2.0 with: role-to-assume: ${{ secrets.aws_role_arn }} aws-region: eu-west-2 diff --git a/.github/workflows/_reusable-destroy.yml b/.github/workflows/_reusable-destroy.yml index 567df761..563de2f7 100644 --- a/.github/workflows/_reusable-destroy.yml +++ b/.github/workflows/_reusable-destroy.yml @@ -68,7 +68,7 @@ jobs: with: ref: ${{ inputs.image_tag }} - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v6.2.0 with: role-to-assume: ${{ secrets.aws_role_arn }} aws-region: eu-west-2 diff --git a/.github/workflows/_reusable-publish.yml b/.github/workflows/_reusable-publish.yml index 20362ad9..0a1ae023 100644 --- a/.github/workflows/_reusable-publish.yml +++ b/.github/workflows/_reusable-publish.yml @@ -51,7 +51,7 @@ jobs: - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v6.2.0 with: role-to-assume: ${{ secrets.aws_role_arn }} aws-region: eu-west-2