From 99d547079687d05f9c5334337fff66fa9adc204f Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Sat, 30 May 2026 23:33:21 +0100 Subject: [PATCH] =?UTF-8?q?ci(hypatia-scan):=20repin=20orphan=20reusable?= =?UTF-8?q?=20SHA=20=E2=80=94=20finish=20#140's=20intent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR #140 ("repin orphan reusable SHAs (97df7621/4fdf4314 → live)") was filed to repin BOTH `rust-ci.yml` and `hypatia-scan.yml` away from orphan pins, per its description: - hypatia-scan-reusable.yml@97df7621 → @915139d7… - rust-ci-reusable.yml@4fdf4314 → @cc5a372a… …but the merged diff only touched `rust-ci.yml`. `hypatia-scan.yml` line 28 was never updated. Result: the Hypatia Security Scan workflow has been completing as `failure` with zero jobs on every push to main since #140 merged (workflow_call refuses orphan SHAs). Verification: git merge-base --is-ancestor 97df7621... origin/main → NOT ancestor git merge-base --is-ancestor 915139d7... origin/main → ancestor (behind by 56) This commit applies the SECOND half of #140's stated fix, no other changes. Refs #140. 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 1d6417e2..c68b9edd 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