From d66efebb3a7362331b561ec5d431714575088f1a Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 00:17:11 +0000 Subject: [PATCH] chore(deps): update aws-actions/configure-aws-credentials action to v6.2.4 | datasource | package | from | to | | ----------- | ------------------------------------- | ------ | ------ | | github-tags | aws-actions/configure-aws-credentials | v6.2.3 | v6.2.4 | --- .github/workflows/terratest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/terratest.yaml b/.github/workflows/terratest.yaml index 434f392d..32994c8f 100644 --- a/.github/workflows/terratest.yaml +++ b/.github/workflows/terratest.yaml @@ -123,7 +123,7 @@ jobs: sudo apt-get install -y --no-install-recommends jq curl unzip - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3 + uses: aws-actions/configure-aws-credentials@cbe3b392738ccf3f987d68400dafcf4b0624a56c # v6.2.4 with: aws-region: ${{ env.AWS_DEFAULT_REGION }} role-to-assume: ${{ secrets.OIDC_ROLE_ARN }} @@ -190,7 +190,7 @@ jobs: sudo apt-get install -y --no-install-recommends jq curl unzip - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3 + uses: aws-actions/configure-aws-credentials@cbe3b392738ccf3f987d68400dafcf4b0624a56c # v6.2.4 with: aws-region: ${{ env.AWS_DEFAULT_REGION }} role-to-assume: ${{ secrets.OIDC_ROLE_ARN }}