ci: re-pin Hypatia scan reusable to standards-main GITHUB_TOKEN fix#322
Merged
Conversation
Bump the reusable pin from d135b05 (pre-fix) to e2ef79eecdd623ff631fcbf3fe0268ba4f4ce166, the squash-merge of standards#429 on main that passes GITHUB_TOKEN to the scanner and carries --exit-zero + if: always() artifact upload. d135b05 predates the alert-token fix and abd93c3 (the #429 head) is not an ancestor of standards/main, so both tripped the Workflow-Staleness governance check. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CqWi7nt49wKrsfsTdXy8ed
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.
Summary
Bumps the Hypatia scan wrapper's reusable-workflow pin from
d135b05(pre-fix)to
e2ef79eecdd623ff631fcbf3fe0268ba4f4ce166— the squash-merge ofstandards#429 on
standards/main.Why
d135b05predates the alert-token fix: the reusable's "Run Hypatia scan" stepset no
GITHUB_TOKEN, so the scanner's Dependabot / code-scanning /secret-scanning checks were skipped with
GITHUB_TOKEN not setwarnings.abd93c3(the head commit of PR #429) is not an ancestorof
standards/main— #429 was squash-merged ase2ef79e— so it tripped thegovernance Workflow-Staleness check (
abd93c3"not a recognised ancestorof standards HEAD").
e2ef79eis onstandards/mainand carries the full fix:GITHUB_TOKEN: ${{ secrets.HYPATIA_SCAN_PAT || secrets.GITHUB_TOKEN }}plus--exit-zero+if: always()artifact upload.This is the fleet-side counterpart to the identical re-pin in
hyperpolymath/hypatia.🤖 Generated with Claude Code
Generated by Claude Code