We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7254174 + a5f236e commit a0fe849Copy full SHA for a0fe849
2 files changed
.github/workflows/claude-code-review.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Run Claude Code Review
46
id: claude-review
47
- uses: anthropics/claude-code-action@428971d2ecd6e3a7cb0ee0da2a3a8b33fdb3678d # v1
+ uses: anthropics/claude-code-action@6c0083bb7289c31716797a039b6367b3079cc46e # v1
48
with:
49
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
50
plugin_marketplaces: 'https://github.com/anthropics/claude-code.git'
.github/workflows/claude.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Run Claude Code
37
id: claude
38
39
40
41
0 commit comments