From 729e6764e11fe0e78ebcf502dd015d99d3bc932b Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 00:30:51 +0000 Subject: [PATCH] chore(deps): update aws-actions/configure-aws-credentials action to v6.2.3 | datasource | package | from | to | | ----------- | ------------------------------------- | ------ | ------ | | github-tags | aws-actions/configure-aws-credentials | v6.2.2 | v6.2.3 | --- .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 115430d2..434f392d 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@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2 + uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3 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@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2 + uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3 with: aws-region: ${{ env.AWS_DEFAULT_REGION }} role-to-assume: ${{ secrets.OIDC_ROLE_ARN }}