ci: bump standards scan-reusable pin to e9c8888 (un-staled scanner cache)#325
Merged
Merged
Conversation
…che) standards#441 (merged) source-pins the Hypatia scanner build cache so the clone/build re-runs when hypatia main advances, instead of restoring the first scanner ever cached forever. Bump the reusable pin from d7c2271 to e9c8888 so fleet scans pick up current scanner rules. (Fleet actuation still uses HYPATIA_DISPATCH_PAT — a separate token, unaffected.) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017wGTeLwiBGJ5rETC3QT4Pm
hyperpolymath
added a commit
that referenced
this pull request
Jun 27, 2026
## Summary Brings the remaining standards reusable pins to current standards `main` (`e9c8888`). The scan pin was bumped in #325; this completes the refresh: | Workflow | was | now | |---|---|---| | `governance.yml` | `d7c2271` | `e9c8888` (date comment refreshed → `2026-06-27`) | | `secret-scanner.yml` | `d135b05` | `e9c8888` | | `scorecard.yml` | `d7c2271` | `e9c8888` | | `mirror.yml` | `d135b05` | `e9c8888` | This wires the source-pinned scanner cache fix (standards#441) into the governance reusable used here. Scan-only change — fleet actuation/dispatch uses `HYPATIA_DISPATCH_PAT` (separate token) and is unaffected. 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- _Generated by [Claude Code](https://claude.ai/code/session_017wGTeLwiBGJ5rETC3QT4Pm)_ Co-authored-by: Claude <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.
Summary
Bumps the Hypatia scan-reusable pin in
.github/workflows/hypatia-scan.ymlfrom
d7c2271toe9c8888(current standardsmain).standards#441 (merged) source-pins the scanner build cache so the clone +
mix escript.buildre-run when hypatiamainadvances, instead ofrestoring the first scanner ever cached forever. This bump lets fleet
scans pick up the current scanner ruleset.
The earlier
GITHUB_TOKEN not setwarnings were already resolved by theexisting
d7c2271pin (which contains standards#429) plussecrets: inherit; this is purely the cache-freshness follow-up.Note: this only affects the scan path. Fleet actuation/dispatch uses
HYPATIA_DISPATCH_PAT, a separate token, and is unaffected by this change.🤖 Generated with Claude Code
Generated by Claude Code