From e5de3c21747d740aa7a64498c1b188260fb96e65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 11:56: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 e0972b3bd31781e38954064665dc227f3e67b9d5 to e1b30a229e9414108545ddc70b41cf676c68a23f. - [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/e0972b3bd31781e38954064665dc227f3e67b9d5...e1b30a229e9414108545ddc70b41cf676c68a23f) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: e1b30a229e9414108545ddc70b41cf676c68a23f 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 ebd803b..1c1981a 100644 --- a/.github/workflows/preview-env.yaml +++ b/.github/workflows/preview-env.yaml @@ -54,7 +54,7 @@ jobs: fi - name: Configure AWS credentials (OIDC) - uses: aws-actions/configure-aws-credentials@e0972b3bd31781e38954064665dc227f3e67b9d5 + uses: aws-actions/configure-aws-credentials@e1b30a229e9414108545ddc70b41cf676c68a23f with: role-to-assume: ${{ steps.role-select.outputs.aws_role }} aws-region: ${{ env.AWS_REGION }}