Skip to content

Commit 545ddfa

Browse files
ci: refresh stale standards reusable-workflow pins (5a93d9d → e8fe153) (#36)
## What Refreshes the three `standards` reusable-workflow pins from the out-of-window `5a93d9d57cc0…` to current standards HEAD `e8fe153b568a…`: - `.github/workflows/governance.yml` → `governance-reusable.yml@e8fe153…` - `.github/workflows/hypatia-scan.yml` → `hypatia-scan-reusable.yml@e8fe153…` - `.github/workflows/scorecard.yml` → `scorecard-reusable.yml@e8fe153…` ## Why — one stale pin caused two red checks - **`governance / Check Workflow Staleness`**: per `standards/scripts/check-workflow-staleness.sh`, a pin must be a recognised ancestor of standards HEAD within the recency window (≤50 commits or ≤14 days). `5a93d9d…` classified `UNKNOWN` → fail. `e8fe153…` is current HEAD → `FRESH` → pass. - **`scan / Hypatia Neurosymbolic Analysis`**: the `5a93d9d…` revision of `hypatia-scan-reusable.yml` referenced a **non-existent** `actions/cache@d4373f26…` (action-resolution error). Standards HEAD `e8fe153…` uses the valid `actions/cache@27d5ce7…` (the same SHA casket's own `ci.yml`/`pages.yml`/`release.yml` already pin), so the bump fixes resolution. Verified against a local `standards` checkout at `e8fe153…`: all three reusables exist there and `hypatia-scan-reusable.yml` pins `actions/cache@27d5ce7…`. ## Scope notes - No `scorecard-enforcer.yml` exists in this repo — the staleness summary line about it is the script's catch-all message, not a present-file finding. - The `mirror`/`secret-scanner` reusables are not in the staleness trio and are not at the stale pin; left untouched. - Independent of #35 (the `6a2/ → descriptiles/` rename); this PR is branched from `main` to keep that one a clean rename. - The separate **Build + Gnosis** failure (a Pandoc `HighlightMethod` API mismatch in `CasketGnosis.hs`) is **not** addressed here — it's being folded into the Pandoc-engine decision/ADR. 🤖 Generated with [Claude Code](https://claude.com/claude-code) https://claude.ai/code/session_01WN6nPWWe4dvXfoqBG6auWN --- _Generated by [Claude Code](https://claude.ai/code/session_01WN6nPWWe4dvXfoqBG6auWN)_ Co-authored-by: Claude <noreply@anthropic.com>
1 parent 1c22352 commit 545ddfa

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/governance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ permissions:
1313

1414
jobs:
1515
governance:
16-
uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@5a93d9d57cc04de4002d6d0ecd336fc7a8698910
16+
uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@e8fe153b568af5e3534a261eee0258fa84fa6c5e

.github/workflows/hypatia-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ permissions:
1616

1717
jobs:
1818
scan:
19-
uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@5a93d9d57cc04de4002d6d0ecd336fc7a8698910
19+
uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@e8fe153b568af5e3534a261eee0258fa84fa6c5e

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ permissions:
1313

1414
jobs:
1515
scorecard:
16-
uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@5a93d9d57cc04de4002d6d0ecd336fc7a8698910
16+
uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@e8fe153b568af5e3534a261eee0258fa84fa6c5e

0 commit comments

Comments
 (0)