From e0d5ba5071dd8d9db453ebb91a6c5ef854c74233 Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Sat, 30 May 2026 18:23:49 +0100 Subject: [PATCH] =?UTF-8?q?ci:=20repin=20orphan=20reusable=20SHAs=20(97df7?= =?UTF-8?q?621/4fdf4314=20=E2=86=92=20live=20SHAs)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The caller workflow(s) pinned hyperpolymath/standards reusable workflow(s) at orphan SHAs no longer reachable from `standards/main`. Read-only Contents API resolves the blob (cached), so code-review tooling does not catch this; `workflow_call` at run-time refuses orphan SHAs and emits "workflow file issue" with zero jobs created. Replacements: hypatia-scan-reusable.yml: @97df7621... → @915139d73560e65a8240b8fc7768698658502c89 rust-ci-reusable.yml: @4fdf4314... → @cc5a372af1af1b202c17f1b21efd954e6c038bef Audit: hyperpolymath/standards/docs/audits/audit-hypatia-pin-orphan-2026-05-27.adoc Detector: hypatia rule WF016 (hyperpolymath/hypatia#393) Co-Authored-By: Claude Opus 4.7 (1M context) --- .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 1d6417e..c68b9ed 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@97df762107501909f50bb770e9bc200b6c415600 + uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@915139d73560e65a8240b8fc7768698658502c89 secrets: inherit