From c2c27886d118034a4820cbc08019030c2cc07c52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 15:11:12 +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 bb84b6db015d7c3d879540350fdc17b85d6ad362. - [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...bb84b6db015d7c3d879540350fdc17b85d6ad362) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: bb84b6db015d7c3d879540350fdc17b85d6ad362 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 cce48b9..259c3ab 100644 --- a/.github/workflows/preview-env.yaml +++ b/.github/workflows/preview-env.yaml @@ -62,7 +62,7 @@ jobs: fi - name: Configure AWS credentials (OIDC) - uses: aws-actions/configure-aws-credentials@a7a2c1125c67f40a1e95768f4e4a7d8f019f87af + uses: aws-actions/configure-aws-credentials@bb84b6db015d7c3d879540350fdc17b85d6ad362 with: role-to-assume: ${{ steps.role-select.outputs.aws_role }} aws-region: ${{ env.AWS_REGION }}