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