diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 888de53..11dd35a 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -72,7 +72,7 @@ jobs: - name: Run Claude Code Review if: steps.gate.outputs.enabled == 'true' - uses: anthropics/claude-code-action@b76a0776ae74036e77cd11018083743453d7ad35 # v1.0.179 + uses: anthropics/claude-code-action@be7b93b1907a4abad570368f3c74b6fe3807510b # v1.0.183 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} allowed_bots: "dependabot[bot],github-actions[bot],renovate[bot]"