chore(ci): improve GitHub Actions caching and workflow optimizations#26
chore(ci): improve GitHub Actions caching and workflow optimizations#26
Conversation
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Switch claude review trigger to pull_request for better security - Enhance Docker build caching in release workflow (GHA + registry) - Document caching improvements in changelog
|
Claude finished @lroolle's task —— View job PR Review: CI Caching and Workflow OptimizationsReviewing this PR for code quality, security, performance, and best practices. Review Checklist
Security Analysis
|
There was a problem hiding this comment.
Bug: Secret Access Issue with PR Triggers
Changing the claude-code-review.yml workflow trigger from pull_request_target to pull_request breaks secret access for external contributors. pull_request events from forks do not have access to secrets.ANTHROPIC_API_KEY, which is required by the workflow, causing it to fail. This contradicts the documented rationale in DEV-LOGS.md for using pull_request_target to enable secret access.
.github/workflows/claude-code-review.yml#L3-L17
DEV-LOGS.md#L41-L42
BugBot free trial expires on July 22, 2025
You have used $0.00 of your $10.00 spend limit so far. Manage your spend limit in the Cursor dashboard.
Was this report helpful? Give feedback by reacting with 👍 or 👎
Summary
Changes
Test Plan
Close #23
🤖 Generated with Claude Code