From c97b0a8122579e0201b23accd04557a9ba821565 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 11:55:47 +0000 Subject: [PATCH] Bump aws-actions/configure-aws-credentials Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from a7a2c1125c67f40a1e95768f4e4a7d8f019f87af to 6e631f05b2a5f53c9f1e27150d5e8af2f907b03b. - [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/a7a2c1125c67f40a1e95768f4e4a7d8f019f87af...6e631f05b2a5f53c9f1e27150d5e8af2f907b03b) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6e631f05b2a5f53c9f1e27150d5e8af2f907b03b dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/preview-env.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview-env.yaml b/.github/workflows/preview-env.yaml index 7ec65e3..63002bf 100644 --- a/.github/workflows/preview-env.yaml +++ b/.github/workflows/preview-env.yaml @@ -67,7 +67,7 @@ jobs: fi - name: Configure AWS credentials (OIDC) - uses: aws-actions/configure-aws-credentials@a7a2c1125c67f40a1e95768f4e4a7d8f019f87af + uses: aws-actions/configure-aws-credentials@6e631f05b2a5f53c9f1e27150d5e8af2f907b03b with: role-to-assume: ${{ steps.role-select.outputs.aws_role }} aws-region: ${{ env.AWS_REGION }}