diff --git a/.github/workflows/ami-build.yml b/.github/workflows/ami-build.yml index 5f7e7c2..b84af2b 100644 --- a/.github/workflows/ami-build.yml +++ b/.github/workflows/ami-build.yml @@ -67,7 +67,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@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6 with: role-to-assume: ${{ secrets.AMI_BUILD_ROLE_ARN }} aws-region: us-east-2