diff --git a/.github/workflows/ami-build.yml b/.github/workflows/ami-build.yml index cbd4947..deb529b 100644 --- a/.github/workflows/ami-build.yml +++ b/.github/workflows/ami-build.yml @@ -71,7 +71,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@e7f100cf4c008499ea8adda475de1042d6975c7b # v6 with: role-to-assume: ${{ secrets.AMI_BUILD_ROLE_ARN }} aws-region: us-east-2 @@ -252,7 +252,7 @@ jobs: with: persist-credentials: false - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6 + uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6 with: role-to-assume: ${{ secrets.AMI_BUILD_ROLE_ARN }} aws-region: us-east-2