ci: bump standards scan-reusable pin to e9c8888 (un-staled scanner cache) - #558
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 this repo's scans actually pick up scanner fixes (e.g. SD022, #545) instead of running a stale cached binary. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017wGTeLwiBGJ5rETC3QT4Pm
hyperpolymath
marked this pull request as ready for review
June 27, 2026 18:46
hyperpolymath
added a commit
that referenced
this pull request
Jun 27, 2026
…iles (#559) ## Summary Two follow-ups to the merged scanner-cache + licence work. ### 1. Refresh remaining standards reusable pins → `e9c8888` `hypatia-scan.yml` was bumped in #558; this brings the other four standards reusable pins to current standards `main` (`e9c8888`): | Workflow | was | now | |---|---|---| | `governance.yml` | `d7c2271` | `e9c8888` | | `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 `Validate Hypatia Baseline` governance job** — previously it ran on the static `hypatia-scanner-v2-Linux-build` cache key (stale binary). Now the governance reusable rebuilds the scanner when hypatia `main` advances. ### 2. Add `CC-BY-SA-4.0` SPDX to 4 docs files (owner-approved) Follow-up to #552, which added the doc SPDX to 11 `docs/` files but left these four untouched pending explicit owner sign-off (no bulk-sweep). Same first-line `<!-- SPDX-License-Identifier: CC-BY-SA-4.0 -->` style as `SECURITY.md` and the #552 docs: - `integration/README.md` - `tools/invariant-path/README.md` - `.machine_readable/benchmarks/README.md` - `src/ui/gossamer/BURBLE-DEFERRAL.md` No LICENSE text or per-file licence reclassification — only doc SPDX headers. 🤖 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>
4 tasks
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: it resolves
hypatia's
maintip withgit ls-remoteand folds the SHA into the cachekey, so the clone +
mix escript.buildre-run when hypatia advancesinstead of restoring the first scanner ever cached forever. Until this
bump, this repo's scans ran against that stale cached binary — so scanner
fixes (e.g. the SD022 path-drift precision fix, #545) never actually took
effect in this repo's CI.
Effect
Next scan rebuilds the scanner from current hypatia
main, so CI reflectsthe live ruleset.
🤖 Generated with Claude Code
Generated by Claude Code