Skip to content

Commit b75c9ee

Browse files
committed
Pin claude-code-action to 2.0.61 to work around plugin bug
1 parent 386ce36 commit b75c9ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/claude-code-review.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,9 @@ jobs:
144144
145145
- name: Run Claude Code Review
146146
id: claude-review
147-
uses: anthropics/claude-code-action@v1
147+
# 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
148150
with:
149151
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
150152
plugin_marketplaces: |

0 commit comments

Comments
 (0)