From 5bd977e14f1dea687ac30fa7e90d7699e3ed7d2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 20:37:37 +0000 Subject: [PATCH] chore(deps): bump aws-actions/configure-aws-credentials Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 6.2.3 to 6.2.4. - [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/e6de054238d6b7531b4efff3b6587d9aade6a06c...cbe3b392738ccf3f987d68400dafcf4b0624a56c) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/db-backup-freshness.yml | 2 +- .github/workflows/db-backup.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/db-backup-freshness.yml b/.github/workflows/db-backup-freshness.yml index d676a656..8119d524 100644 --- a/.github/workflows/db-backup-freshness.yml +++ b/.github/workflows/db-backup-freshness.yml @@ -70,7 +70,7 @@ jobs: --actual-ref "${GITHUB_REF}" \ --ref-protected "${GITHUB_REF_PROTECTED}" - - uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3 + - uses: aws-actions/configure-aws-credentials@cbe3b392738ccf3f987d68400dafcf4b0624a56c # v6.2.4 with: aws-region: ${{ env.AWS_REGION }} role-to-assume: ${{ env.BACKUP_MONITOR_ROLE_ARN }} diff --git a/.github/workflows/db-backup.yml b/.github/workflows/db-backup.yml index 36431688..170b379b 100644 --- a/.github/workflows/db-backup.yml +++ b/.github/workflows/db-backup.yml @@ -90,7 +90,7 @@ jobs: --actual-ref "${GITHUB_REF}" \ --ref-protected "${GITHUB_REF_PROTECTED}" - - uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3 + - uses: aws-actions/configure-aws-credentials@cbe3b392738ccf3f987d68400dafcf4b0624a56c # v6.2.4 with: aws-region: ${{ env.AWS_REGION }} role-to-assume: ${{ env.BACKUP_ROLE_ARN }}