Commit b4475b9
ci: re-pin Hypatia scan reusable to standards-main GITHUB_TOKEN fix (#322)
## Summary
Bumps the Hypatia scan wrapper's reusable-workflow pin from `d135b05`
(pre-fix)
to `e2ef79eecdd623ff631fcbf3fe0268ba4f4ce166` — the squash-merge of
[standards#429](hyperpolymath/standards#429) on
`standards/main`.
### Why
- `d135b05` predates the alert-token fix: the reusable's "Run Hypatia
scan" step
set no `GITHUB_TOKEN`, so the scanner's Dependabot / code-scanning /
secret-scanning checks were skipped with `GITHUB_TOKEN not set`
warnings.
- The interim pin `abd93c3` (the head commit of PR #429) is **not** an
ancestor
of `standards/main` — #429 was squash-merged as `e2ef79e` — so it
tripped the
governance **Workflow-Staleness** check (`abd93c3` "not a recognised
ancestor
of standards HEAD").
- `e2ef79e` is on `standards/main` and 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`.
> Note: fleet **actuation** uses `HYPATIA_DISPATCH_PAT` (a different
token); this
> change only concerns the read-only scan reusable and does not touch
dispatch.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---
_Generated by [Claude
Code](https://claude.ai/code/session_01CqWi7nt49wKrsfsTdXy8ed)_
Co-authored-by: hyperpolymath <paraordinate@yahoo.co.uk>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 2aebf49 commit b4475b9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments