Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/claude-code-review.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: Claude Code Review

on:
Expand All @@ -22,7 +22,7 @@
fetch-depth: 1

- name: Run Claude Code Review
uses: anthropics/claude-code-action@ef50f123a3a9be95b60040d042717517407c7256 # v1.0.110
uses: anthropics/claude-code-action@f4fb5c6cdccc1ee7af63692f5d08d56efaa64cc8 # v1.0.121
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
prompt: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/claude.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: Claude Code

on:
Expand Down Expand Up @@ -33,6 +33,6 @@

- name: Run Claude Code
id: claude
uses: anthropics/claude-code-action@ef50f123a3a9be95b60040d042717517407c7256 # v1
uses: anthropics/claude-code-action@f4fb5c6cdccc1ee7af63692f5d08d56efaa64cc8 # v1
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
Loading