fix(ci): bump governance-reusable pin past the hypatia baseline-gate fix#313
Merged
Merged
Conversation
Echidna's pin (d7c2271, 2026-06-01) predates the standards baseline-gate repair (standards#455/#464/#466, merged 2026-07-03): the old reusable runs the hypatia scan unconditionally and fails on any findings >= medium (currently 152: 70 high, 82 medium), never consuming a baseline. On the current reusable the Validate-Hypatia-Baseline job is gated on the caller shipping .hypatia-baseline.json — echidna has none, so the job skips and Governance goes fully green (licence job already green since #312). Caller contract unchanged (only optional runs-on input). Follow-up tracked separately: generate a baseline JSON to re-arm the gate with the 152 existing findings grandfathered. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Echidna's governance pin (
d7c2271, 2026-06-01) predates the standards baseline-gate repair (standards#455/#464/#466, merged 2026-07-03) — the same stale-pin class as the nine repos bumped on 07-04; echidna was missed. The old reusable runs the hypatia scan unconditionally and exits 1 on any findings ≥ medium (currently 152: 70 high / 82 medium), which is the last red Governance sub-job (licence went green with #312).On the current reusable (
6208833),Validate Hypatia Baselineonly runs when the caller ships.hypatia-baseline.json; echidna has none, so the job skips → Governance fully green. Caller contract unchanged (single optionalruns-oninput); actionlint clean.Follow-up (filed separately): generate
.hypatia-baseline.jsonto re-arm the gate with the 152 existing findings grandfathered, then burn them down.🤖 Generated with Claude Code