diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 02d1ae6..4bbf6b8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -70,7 +70,7 @@ jobs: run: pnpm build - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@254c19bd240aabef8777f48595e9d2d7b972184b # v6.2.1 + uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2 with: role-to-assume: ${{ env.OIDC_IAM_ROLE_ARN }} role-session-name: GitHubActions