From f7577e06879bea588c3c896ec2ac517bfe41c983 Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Sat, 4 Jul 2026 16:42:17 +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 06b0f97..6681fed 100644 --- a/.github/workflows/governance.yml +++ b/.github/workflows/governance.yml @@ -31,4 +31,4 @@ permissions: jobs: governance: - uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@d7c22711e830e1f383846472f6e9b99debdb201e \ No newline at end of file + uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@412a7031577112b31ee287cc6060179d638d6500 \ No newline at end of file