Skip to content
Open
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/auto-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
# The actual fix — Claude reads the log file and the codebase
- name: Run Claude Code
if: steps.pr.outputs.skip != 'true' && steps.guard.outputs.tripped != 'true'
uses: anthropics/claude-code-action@51ea8ea73a139f2a74ff649e3092c25a904aed7e
uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251
with:
model: claude-sonnet-4-6
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/claude-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
fetch-depth: 0

- uses: anthropics/claude-code-action@51ea8ea73a139f2a74ff649e3092c25a904aed7e
- uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251
id: claude
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdlc-implement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
fi

- name: Run Claude Code implementation
uses: anthropics/claude-code-action@51ea8ea73a139f2a74ff649e3092c25a904aed7e
uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251
env:
LANGFUSE_EXPORT_FILE: /tmp/langfuse-traces.jsonl
with:
Expand Down
Loading