chore: supply-chain & deployment hygiene (#113, #91, #67, #65, #60, #72, #90) - #124
Conversation
- Pin github/codeql-action to a full commit SHA instead of the mutable v4 tag (#113) - Remove the global bandit B104 skip; the scan is clean without it (#91) - Pin uv in the Dockerfile to 0.8.17 instead of :latest for reproducible builds (#67) - Mount ./data read-only in docker-compose (#65) - Commit uv.lock and stop gitignoring it so builds are reproducible (#60, #72) - Fix stale Claude model reference in .env.example (#90) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014ywk8AWq5mgbeERmvuhcJy
|
Warning Review limit reached
Next review available in: 51 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (6)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Third batch of repo-health fixes, focused on supply-chain and deployment hygiene:
github/codeql-actionis now pinned to a full commit SHA (54f647b…, the commitv4currently points to) instead of the mutable tag.B104skip frompyproject.toml; the scan is clean without it (no bind-to-all-interfaces literals exist in the code).ghcr.io/astral-sh/uv:0.8.17instead of:latest../datavolume is mounted read-only indocker-compose.yml.uv.lockis committed and removed from.gitignore, making dependency resolution reproducible (uv lock --checkpasses)..env.examplecomment updated from "Claude Opus 4.7" to "Claude Opus 4.8" to match the code default (claude-opus-4-8).Closes #113, closes #91, closes #67, closes #65, closes #60, closes #72, closes #90.
🤖 Generated with Claude Code
https://claude.ai/code/session_014ywk8AWq5mgbeERmvuhcJy
Generated by Claude Code