Skip to content

Commit 480c043

Browse files
authored
ci(common): update claude action version (#1954)
1 parent a709a32 commit 480c043

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/claude.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: claude-review
22

3-
# Triggered by: @claude mention in PR comments (e.g., "@claude review this function")
3+
# Triggered by: @claude mention in PR comments (e.g., "@claude /pr-review this function")
44
#
55
# How prompt extraction works:
66
# The action's `extractUserRequest` function automatically extracts text AFTER "@claude".
7-
# Example: "@claude review auth" → "review auth"
7+
# Example: "@claude /pr-review auth" → "/pr-review auth"
88
#
99
# See: https://github.com/anthropics/claude-code-action/blob/main/src/utils/extract-user-request.ts
1010
#
@@ -149,7 +149,7 @@ jobs:
149149
ISSUE_STATE_INPUT: ${{ github.event.issue.state }}
150150

151151
- name: Run Claude Code
152-
uses: anthropics/claude-code-action@a017b830c03e23789b11fb69ed571ea61c12e45c # 2026-01-16
152+
uses: anthropics/claude-code-action@b433f16b30d54063fd3bab6b12f46f3da00e41b6 # 2026-02-10
153153
with:
154154
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
155155
plugin_marketplaces: "/tmp/zama-marketplace"

0 commit comments

Comments
 (0)