From 1fd1975613caed584da964f998f647e67a8e4ddf Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 21 Jun 2026 02:26:26 +0000 Subject: [PATCH] =?UTF-8?q?ci(hypatia):=20pin=20reusable=20to=20last=20wor?= =?UTF-8?q?king=20SHA=20(interim)=20=E2=80=94=20standards@5a93d9d=20cache?= =?UTF-8?q?=20pin=20is=20broken?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit standards@5a93d9d's hypatia-scan-reusable.yml pins actions/cache@d4373f267... (labelled # v4.2.0) — a SHA that does not resolve on GitHub — so the `hypatia / Hypatia Neurosymbolic Analysis` check hard-fails at startup (~3s) on main and on every PR. Interim: revert this caller's pin to the last working SHA (915139d) so Hypatia scanning runs again. Trade-off: the workflow-staleness gate will flag this pin as stale until standards is repinned. Proper fix (upstream, hyperpolymath/standards): repin actions/cache to the real v4.2.0 commit 1bd1e32a3bdc45362d1e726936510720a7c30a57 in hypatia-scan-reusable.yml; then restore this caller's pin to the current standards SHA. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01UCnxjXkN6uDj9YSANuGEgR --- .github/workflows/hypatia-scan.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/hypatia-scan.yml b/.github/workflows/hypatia-scan.yml index 9b99cfd..d22fb15 100644 --- a/.github/workflows/hypatia-scan.yml +++ b/.github/workflows/hypatia-scan.yml @@ -25,5 +25,9 @@ permissions: jobs: hypatia: - uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@5a93d9d57cc04de4002d6d0ecd336fc7a8698910 + # INTERIM: pinned to the last working SHA. standards@5a93d9d's hypatia + # reusable pins a non-existent actions/cache SHA (d4373f2…), which hard-fails + # this check at startup. Restore the @5a93d9d pin once standards repins + # actions/cache to v4.2.0 (1bd1e32a3bdc45362d1e726936510720a7c30a57). + uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@915139d73560e65a8240b8fc7768698658502c89 secrets: inherit