From 6868549da4b2e0319cb9169ca04c6bead35e99d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 20:37:28 +0000 Subject: [PATCH] Update aws-actions/configure-aws-credentials action to v6.2.4 --- .github/workflows/shared-terraform-chatops.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shared-terraform-chatops.yml b/.github/workflows/shared-terraform-chatops.yml index f0817eb7..633e51f7 100644 --- a/.github/workflows/shared-terraform-chatops.yml +++ b/.github/workflows/shared-terraform-chatops.yml @@ -305,7 +305,7 @@ jobs: if: ${{ steps.config.outputs.uses_aws == 'true' || steps.config.outputs.uses_datadog == 'true' || steps.config.outputs.uses_spotinst == 'true' }} - uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3 + uses: aws-actions/configure-aws-credentials@cbe3b392738ccf3f987d68400dafcf4b0624a56c # v6.2.4 id: aws with: aws-region: ${{ env.AWS_REGION }}