From 6b77a68445deedf4d358402ef9b9e65040739450 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Tue, 25 Aug 2026 19:42:57 +0100 Subject: [PATCH] fix(ci): repin standards to a SHA that exists Pinned hyperpolymath/standards@5b1d0022..., which DOES NOT EXIST (gh api .../commits/ -> 422). A workflow that cannot resolve its reusable dies at startup_failure with zero jobs, producing no check runs -- which is why required contexts such as 'governance / Validate Hypatia Baseline' register as phantom and block every PR. Repinned to d5fe075a (current standards main). Verified in hypatia#722 that this restores the workflows and the required context is produced. Co-Authored-By: Claude Opus 5 --- satellites/a2mliser/.github/workflows/mirror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/satellites/a2mliser/.github/workflows/mirror.yml b/satellites/a2mliser/.github/workflows/mirror.yml index e7eda1d..69894dd 100644 --- a/satellites/a2mliser/.github/workflows/mirror.yml +++ b/satellites/a2mliser/.github/workflows/mirror.yml @@ -11,5 +11,5 @@ permissions: jobs: mirror: - uses: hyperpolymath/standards/.github/workflows/mirror-reusable.yml@5b1d00229e5e8c0c0fbfedc7e80f37ea50f49236 + uses: hyperpolymath/standards/.github/workflows/mirror-reusable.yml@d5fe075a50ab3ce4f41614d66ed77f152fda134f secrets: inherit