From ead437512b5247fb22a91d14d3379207ec353f2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 04:44:28 +0000 Subject: [PATCH] chore(deps): update aws-actions/configure-aws-credentials digest to ec61189 in .github/workflows/ami-build.yml --- .github/workflows/ami-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ami-build.yml b/.github/workflows/ami-build.yml index 2579239..4486e78 100644 --- a/.github/workflows/ami-build.yml +++ b/.github/workflows/ami-build.yml @@ -66,7 +66,7 @@ jobs: echo "jit-runners version: ${VERSION}" - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6 + uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6 with: role-to-assume: ${{ secrets.AMI_BUILD_ROLE_ARN }} aws-region: us-east-2