There was an error while loading. Please reload this page.
1 parent 491351d commit 5cb2064Copy full SHA for 5cb2064
1 file changed
.github/workflows/claude-code-automation-pr-review.yml
@@ -24,7 +24,7 @@ jobs:
24
fetch-depth: 0
25
26
- name: Run Claude Code PR Review
27
- uses: anthropics/claude-code-action@558b1d6cab4085c7753fe402c10bef0fbb92ac7a # v1.0.165
+ uses: anthropics/claude-code-action@f87768c6d25f92ae6efa7175e223ef77d4cbf97f # v1.0.166
28
with:
29
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
30
track_progress: ${{ github.event_name == 'pull_request' && contains(fromJSON('["opened", "synchronize", "ready_for_review", "reopened"]'), github.event.action) }}
0 commit comments