From da56abf0072eb2849aa261455bd98f06e86d2d0d Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Wed, 27 May 2026 11:25:36 +0100 Subject: [PATCH] chore(ci): bump standards reusable pin past #219 governance fix governance.yml@128a854 (2026-05-20) predates standards#219 (ad366b6, 2026-05-27) which fixes the workflow_sha resolution bug in governance-reusable.yml's inner self-checkout, causing `governance / Language / package anti-pattern policy` to fail with exit 128. Bumped to standards/main HEAD 5eb28d7. Co-Authored-By: Claude Opus 4.7 (1M context) --- .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 187b2457..d8940068 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@128a854b199848c1603c5748260ca33f0ce559c6 # main 2026-05-20 + uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@5eb28d7d8790d5389b7b6a5233fe6265a775e3d0 # main 2026-05-27 (post-#219 workflow_sha fix)