From 2585612ac712207e93a50524ba0d23f687245726 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 11:55:22 +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 33712a4c0caf8975a042ff72b30d5ae67cb67255. - [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...33712a4c0caf8975a042ff72b30d5ae67cb67255) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 33712a4c0caf8975a042ff72b30d5ae67cb67255 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 0e6238c..f3461a6 100644 --- a/.github/workflows/preview-env.yaml +++ b/.github/workflows/preview-env.yaml @@ -81,7 +81,7 @@ jobs: fi - name: Configure AWS credentials (OIDC) - uses: aws-actions/configure-aws-credentials@a7a2c1125c67f40a1e95768f4e4a7d8f019f87af + uses: aws-actions/configure-aws-credentials@33712a4c0caf8975a042ff72b30d5ae67cb67255 with: role-to-assume: ${{ steps.role-select.outputs.aws_role }} aws-region: ${{ env.AWS_REGION }}