fix(ci): re-pin titus-scan to real tag v2.6.0 + adopt verify-pins gate#82
Conversation
|
Warning Review limit reached
More reviews will be available in 50 minutes and 25 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Codex review skipped — non-code PR (only changed files matching |
|
Claude review skipped — non-code PR (only changed files matching |
|
Gemini review skipped — non-code PR (only changed files matching |
Why
Two pin-integrity fixes, in one PR per repo:
Re-pin titus-scan to a real tag. This repo pinned the Titus secret-scanner
reusable with the comment
# v2.2.1— but that tag never existed (public-workflowstags jump v2.2.0 → v2.3.0). A lying version comment defeats audits and Dependabot.
Re-pinned to
v2.6.0(23254e12b026), the current tag carrying the hardened,fail-closed, visibility-aware titus-scan reusable. Byte-identical scanner behavior —
this is a label-honesty fix.
Adopt the
verify-pinsgate. Adds.github/workflows/verify-pins.ymlcalling thenew reusable (also
v2.6.0). On any future.github/workflows/**change it verifiesevery first-party public-workflows pin's
# vX.Y.Zcomment matches a real tag at thatSHA — so a dishonest pin can never merge again.
All other first-party pins in this repo (go-ci, codex-code, claude-code, gemini-code,
claude-md-drift, external-contrib, go-sec) were audited and are already honest, so the new
gate passes on this PR.
🤖 Generated with Claude Code