Skip to content

Commit d10cab2

Browse files
haukeclaude
authored andcommitted
github: pin claude-code-action to v1.0.49
Version 1.0.49 added support for PRs from forked repositories. This feature was reverted in v1.0.50, see: anthropics/claude-code-action#937 v1.0.49 broke commits made by Claude, but we do not use that feature. Pin to v1.0.49 until anthropics/claude-code-action#963 is merged and released. Fixes: c0e75c9 ("github: add Claude code review workflow triggered by /claude comment") Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
1 parent 1563eaa commit d10cab2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 1
2727

2828
- name: PR Review
29-
uses: anthropics/claude-code-action@6062f3709600659be5e47fcddf2cf76993c235c2 # v1
29+
uses: anthropics/claude-code-action@f669191d7d1e67f08a54b0c11cf5683a9a391951 # v1.0.49
3030
with:
3131
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
3232
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)