fix(ci): repin standards to a SHA that exists (5b1d0022 is nonexistent) - #51
Merged
Conversation
Pinned hyperpolymath/standards@5b1d0022..., which DOES NOT EXIST (gh api .../commits/<sha> -> 422). A workflow that cannot resolve its reusable dies at startup_failure with zero jobs, producing no check runs -- which is why required contexts such as 'governance / Validate Hypatia Baseline' register as phantom and block every PR. Repinned to d5fe075a (current standards main). Verified in hypatia#722 that this restores the workflows and the required context is produced. Co-Authored-By: Claude Opus 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.
Pins
hyperpolymath/standards@5b1d00229e5e…, which does not exist (gh api→ 422 "No commit found for SHA").A workflow that cannot resolve its reusable dies at
startup_failurewith zero jobs — no logs, no annotation. It therefore produces no check runs, which is why required contexts such asgovernance / Validate Hypatia Baselineregister as phantom and block every PR in the repo.Repinned to
d5fe075a(currentstandardsmain).Verified, not assumed: hyperpolymath/hypatia#722 applied this same fix and
governance / Validate Hypatia Baselinewent from absent to produced; Mirror, Secret Scanner and Hypatia Scan went fromstartup_failuretosuccess.How it was caught:
5b1d0022…0fbfedc7e80f37ea50f49236andd135b05b…0fbfedc7e80f37ea50f49236share a 24-character suffix — real git SHAs don't collide like that. Of 27 distinctstandardspins in estate use, 26 resolve and this one does not.Scope measured live: 27 references across 15 repos.
rsr-template-repowas fixed first (#41 there) as the RSR spine, since it propagates the defect to every newly minted repository.🤖 Generated with Claude Code