From 4b4ada01fafeceb0f2326265d912b2c524a7677d Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Tue, 26 May 2026 13:24:50 +0100 Subject: [PATCH] chore(ci): retarget hypatia-scan wrapper to standards#193 HEAD The wrapper landed in this repo pinned to standards#191 HEAD 2569c10e831e293f9dd6580d82a494aca039deee. After merge, standards#191 was closed in favour of standards#193 (parallel-session implementation with a strictly simpler API: zero inputs except runs-on). The pinned commit remains git-reachable via refs/pull/191/head so the workflow still functions, but it doesn't track the canonical #193 implementation that's now headed for main. Repointing the wrapper at standards#193 HEAD 97df762107501909f50bb770e9bc200b6c415600 so it picks up the merged reusable once #193 lands. Refs standards#193. --- .github/workflows/hypatia-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hypatia-scan.yml b/.github/workflows/hypatia-scan.yml index 9e384bc..1d6417e 100644 --- a/.github/workflows/hypatia-scan.yml +++ b/.github/workflows/hypatia-scan.yml @@ -25,5 +25,5 @@ permissions: jobs: hypatia: - uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@2569c10e831e293f9dd6580d82a494aca039deee + uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@97df762107501909f50bb770e9bc200b6c415600 secrets: inherit