From 1a61276ef20f2bfde68551fae041cee516437999 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Mon, 14 Sep 2026 18:29:29 +0100 Subject: [PATCH] fix(ci): repin mirror.yml to a reachable standards SHA The pinned SHA 892497fe is not loadable by Actions, so every mirror run died at startup with jobs.total_count == 0 and this repo mirrored to zero forges. Repinned to da2c748aad55c1a1dcba00b60fe4a35017bc6540, which is reachable from standards main and contract-identical (same 7 forge jobs, no required inputs or secrets). 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 c6d5ebdd..9acf5969 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -12,5 +12,5 @@ permissions: jobs: mirror: - uses: hyperpolymath/standards/.github/workflows/mirror-reusable.yml@892497fe373744874316710966b81ae6f0ea9e66 + uses: hyperpolymath/standards/.github/workflows/mirror-reusable.yml@da2c748aad55c1a1dcba00b60fe4a35017bc6540 secrets: inherit