File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6363 } >> $GITHUB_OUTPUT
6464
6565 - name : AI Triage
66- uses : anthropics/claude-code-action@26ddc358fe3befff50c5ec2f80304c90c763f6f8 # v1
66+ uses : anthropics/claude-code-action@905d4eb99ab3d43143d74fb0dcae537f29ac330a # v1
6767 with :
6868 github_token : ${{ secrets.GITHUB_TOKEN }}
6969 anthropic_api_key : ${{ secrets.ANTHROPIC_API_KEY }}
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 if : |
112112 steps.fork_check.outputs.is_fork != 'true' &&
113113 (steps.pr_size.outputs.skip_review == 'false' || contains(github.event.pull_request.labels.*.name, 'force-review'))
114- uses : anthropics/claude-code-action@26ddc358fe3befff50c5ec2f80304c90c763f6f8 # v1
114+ uses : anthropics/claude-code-action@905d4eb99ab3d43143d74fb0dcae537f29ac330a # v1
115115 with :
116116 claude_args : |
117117 code-review --comment \
@@ -325,7 +325,7 @@ jobs:
325325
326326 - name : Run Claude Code Review with write permissions
327327 id : review
328- uses : anthropics/claude-code-action@26ddc358fe3befff50c5ec2f80304c90c763f6f8 # v1
328+ uses : anthropics/claude-code-action@905d4eb99ab3d43143d74fb0dcae537f29ac330a # v1
329329 with :
330330 claude_args : |
331331 code-review \
Original file line number Diff line number Diff line change 6161 echo "Previous release: $PREV_TAG"
6262
6363 - name : Generate Release Notes
64- uses : anthropics/claude-code-action@26ddc358fe3befff50c5ec2f80304c90c763f6f8 # v1
64+ uses : anthropics/claude-code-action@905d4eb99ab3d43143d74fb0dcae537f29ac330a # v1
6565 with :
6666 github_token : ${{ secrets.GITHUB_TOKEN }}
6767 anthropic_api_key : ${{ secrets.ANTHROPIC_API_KEY }}
You can’t perform that action at this time.
0 commit comments