From 9e62713c0db7289ae9a616f6c8b2c9f811ae73ff Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Tue, 25 Aug 2026 19:43:37 +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 --- .github/workflows/mirror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index b0b1a01..9c5a1e4 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -8,5 +8,5 @@ permissions: contents: read jobs: mirror: - uses: hyperpolymath/standards/.github/workflows/mirror-reusable.yml@5b1d00229e5e8c0c0fbfedc7e80f37ea50f49236 + uses: hyperpolymath/standards/.github/workflows/mirror-reusable.yml@d5fe075a50ab3ce4f41614d66ed77f152fda134f secrets: inherit