We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 386ce36 commit b75c9eeCopy full SHA for b75c9ee
.github/workflows/claude-code-review.yml
@@ -144,7 +144,9 @@ jobs:
144
145
- name: Run Claude Code Review
146
id: claude-review
147
- uses: anthropics/claude-code-action@v1
+ # Pinned to 2.0.61 due to plugin installation bug in 2.0.62
148
+ # https://github.com/anthropics/claude-code/issues/13503
149
+ uses: anthropics/claude-code-action@dc06a34
150
with:
151
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
152
plugin_marketplaces: |
0 commit comments