fix(ci): bump hypatia-scan-reusable SHA pin to reachable commit (unblocks required check)#98
Merged
Conversation
The pinned SHA 97df762107501909f50bb770e9bc200b6c415600 references the ORIGINAL PR-branch commit of hyperpolymath/standards#193, not the squash-merged commit on main (915139d73560e65a8240b8fc7768698658502c89). The PR-branch commit is orphaned — not reachable from origin/main: git merge-base --is-ancestor 97df762... origin/main → returns 1 (NOT ancestor) GitHub Actions requires `workflow_call` SHAs reachable from the called repo's default branch. With an unreachable SHA, the workflow fails with "This run likely failed because of a workflow file issue" — no jobs are created, no logs are produced, and the required check `Hypatia Neurosymbolic Analysis` never reports, blocking every PR via branch-protection's required-checks list. This has been the failure mode for every hypatia-scan run on this repo since 2026-05-27 12:02:35 (commit eb02a08) — last successful run was 2026-05-26 17:42:09 (ce32992) before the SHA-pin merged in #84. Bumping the pin to 4f07382468f045cdaf75e0bbdb1886a0579d83e3 — the latest commit on standards' main that modified hypatia-scan-reusable.yml (the 2026-05-30 erlef/setup-beam consolidation, standards#289). Reachable from origin/main. Estate-wide scope: 54 repos use the same broken SHA pin. Sweep tracked separately. (19 repos already use the merge commit 915139d7; 10 use a later commit 5eb28d7d; 1 uses 2569c10e.) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
🔍 Hypatia Security ScanFindings: 883 issues detected
View findings[
{
"reason": "Action perpolymath/standards/.github/workflows/governance-reusable.yml@main\n needs attention",
"type": "unpinned_action",
"file": "governance.yml",
"action": "pin_sha",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in boj-build.yml",
"type": "unknown",
"file": "boj-build.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in casket-pages.yml",
"type": "unknown",
"file": "casket-pages.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in casket-pages.yml",
"type": "unknown",
"file": "casket-pages.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in codeql.yml",
"type": "unknown",
"file": "codeql.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in dogfood-gate.yml",
"type": "unknown",
"file": "dogfood-gate.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in dogfood-gate.yml",
"type": "unknown",
"file": "dogfood-gate.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in dogfood-gate.yml",
"type": "unknown",
"file": "dogfood-gate.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in dogfood-gate.yml",
"type": "unknown",
"file": "dogfood-gate.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in dogfood-gate.yml",
"type": "unknown",
"file": "dogfood-gate.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
}
]Powered by Hypatia Neurosymbolic CI/CD Intelligence |
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.
Root cause: the pinned SHA `97df762107501909f50bb770e9bc200b6c415600` references the original PR-branch commit of standards#193, not the squash-merged commit on main (`915139d7`). The PR-branch commit is orphaned — not reachable from `origin/main`:
```
$ git merge-base --is-ancestor 97df762... origin/main
$ echo $?
1
```
GitHub Actions requires `workflow_call` SHAs reachable from the called repo's default branch. With an unreachable SHA, the workflow fails with "This run likely failed because of a workflow file issue" — no jobs are created, no logs produced, and the required check `Hypatia Neurosymbolic Analysis` never reports, blocking every PR via branch-protection's required-checks list.
Evidence
Fix
Bump to `4f07382468f045cdaf75e0bbdb1886a0579d83e3` — the latest commit on standards' main that modified `hypatia-scan-reusable.yml` (2026-05-30 erlef/setup-beam consolidation, standards#289). Verified reachable from `origin/main` of standards.
Estate-wide scope
54 repos carry the same broken SHA. Sweep tracked separately. Distribution:
Refs hyperpolymath/standards#287