Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/claude.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:

- name: Run Automated AI Review
id: automated-review
uses: anthropics/claude-code-action@9db594c7a0e82298c121c18b7f08aa1579ce7341
uses: anthropics/claude-code-action@239e3a730883eeb5c53db12b0fc9573b3024b126
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
# claude-code-action v1 dropped the `model` input; model selection now goes
Expand Down Expand Up @@ -271,7 +271,7 @@ jobs:

- name: Run Interactive AI Assistant
id: interactive-claude
uses: anthropics/claude-code-action@9db594c7a0e82298c121c18b7f08aa1579ce7341
uses: anthropics/claude-code-action@239e3a730883eeb5c53db12b0fc9573b3024b126
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
# claude-code-action v1 dropped the `model` input; model selection now goes
Expand Down
Loading