From 79e7138c48a09debbfda0e7d5711cec5c4df4d01 Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 00:59:06 +0000 Subject: [PATCH] chore(deps): update aws-actions/configure-aws-credentials action to v6.2.0 | datasource | package | from | to | | ----------- | ------------------------------------- | ------ | ------ | | github-tags | aws-actions/configure-aws-credentials | v6.1.3 | v6.2.0 | --- .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 f90f14d2..3fa278d3 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@99214aa6889fcddfa57764031d71add364327e59 # v6.1.3 + uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0 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@99214aa6889fcddfa57764031d71add364327e59 # v6.1.3 + uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0 with: aws-region: ${{ env.AWS_DEFAULT_REGION }} role-to-assume: ${{ secrets.OIDC_ROLE_ARN }}