Skip to content

Commit ffa12a1

Browse files
chore(ci): bump standards governance-reusable pin past #219 fix (#116)
## Root cause `.github/workflows/governance.yml:34` pins `governance-reusable.yml@128a854` (2026-05-20) — predates [standards#219](hyperpolymath/standards#219) (`ad366b6`, 2026-05-27) which fixes `workflow_sha` resolution. Without this fix, `governance / Language / package anti-pattern policy` fails with exit 128 on the inner self-checkout. ## Pin changed | File | Before | After | |---|---|---| | `.github/workflows/governance.yml:34` | `128a854` (pre-#219) | `5eb28d7` (standards/main, post-#219) | ## Auto-merge SQUASH. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent b407293 commit ffa12a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/governance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ permissions:
3131

3232
jobs:
3333
governance:
34-
uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@128a854b199848c1603c5748260ca33f0ce559c6 # main 2026-05-20
34+
uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@5eb28d7d8790d5389b7b6a5233fe6265a775e3d0 # main 2026-05-27 (post-#219 workflow_sha fix)

0 commit comments

Comments
 (0)