From 6af321ae2be6ee5c9636e854cb6da5033d7a35e8 Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Sat, 4 Jul 2026 16:42:25 +0100 Subject: [PATCH] ci(governance): bump governance-reusable.yml pin to include hypatia#566 baseline fix This repo's pin predates hyperpolymath/standards PRs #455/#464/#466, which fixed the Validate Hypatia Baseline job to actually consult .hypatia-baseline.json's content instead of failing on any raw finding count. Without this bump, this repo keeps re-failing on already-reviewed/accepted findings indefinitely. Co-Authored-By: Claude Sonnet 5 --- .github/workflows/governance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/governance.yml b/.github/workflows/governance.yml index 6246c3b3..7efddcb6 100644 --- a/.github/workflows/governance.yml +++ b/.github/workflows/governance.yml @@ -31,5 +31,5 @@ permissions: jobs: governance: - uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@e9c8888769a703924cc3c0d717900960d78aea00 # main 2026-06-27 + uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@412a7031577112b31ee287cc6060179d638d6500 # main 2026-06-27 timeout-minutes: 30