From 1c7a45ba471d7693273452362840992bc43d0c4e 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:19 +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 +- .github/workflows/secret-scanner.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index e7eda1d..69894dd 100644 --- a/.github/workflows/mirror.yml +++ b/.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 diff --git a/.github/workflows/secret-scanner.yml b/.github/workflows/secret-scanner.yml index 17b85f0..1890cbf 100644 --- a/.github/workflows/secret-scanner.yml +++ b/.github/workflows/secret-scanner.yml @@ -19,5 +19,5 @@ jobs: contents: read pull-requests: write actions: read - uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@5b1d00229e5e8c0c0fbfedc7e80f37ea50f49236 + uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@d5fe075a50ab3ce4f41614d66ed77f152fda134f secrets: inherit