diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index 88d74295c2bd3..fc33e20b3f962 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -168,7 +168,7 @@ jobs: sudo apt-get update && sudo apt-get install -y bubblewrap socat - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 + uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 with: role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/${{ secrets.AWS_ROLE_NAME }} role-session-name: GitHubActions-Claude-${{ github.run_id }} @@ -176,7 +176,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@26ec041249acb0a944c0a47b6c0c13f05dbc5b44 + uses: anthropics/claude-code-action@e58dfa55559035499a4982426bb73605e8b5ad8e with: use_bedrock: "true" # Required by claude-code-action even though Claude itself doesn't