Skip to content

chore(ci): bump governance-reusable pin to standards main - #56

Merged
hyperpolymath merged 1 commit into
mainfrom
chore/bump-governance-pin-to-standards-main
Sep 8, 2026
Merged

chore(ci): bump governance-reusable pin to standards main#56
hyperpolymath merged 1 commit into
mainfrom
chore/bump-governance-pin-to-standards-main

Conversation

@hyperpolymath

Copy link
Copy Markdown
Owner

Pinned revision 7fdc2705 of governance-reusable.yml carries two bugs that make Governance red on every consumer:

  1. Workflow security linter runs bash scripts/update-actions-lock.sh --verify-local in the caller's checkout, where the script does not exist — exit 127.
  2. Allowlist Preflight runs check-actions-policy.sh with an empty GH_TOKENgh refuses, exit 3.

Both are cured on standards main (fad242d35291de1898242d6737ba02b74a59a2f2): the verifier is copied into \$RUNNER_TEMP, and the policy step is skipped when no credential is supplied.

Witness: verified green on hyperpolymath/blocky-writer#55 at this exact SHA — governance run completed/success, 15/15 jobs, including the two jobs that were red on that repo's default branch.

Judge this PR by the set difference against your own default branch (which governance jobs are newly red), not by overall check colour — unrelated build failures may pre-date it.

Co-Authored-By: Claude Opus 5 (1M context) noreply@anthropic.com

The pinned revision carries bugs that make Governance red on every
consumer: the Workflow security linter runs update-actions-lock.sh from
the CALLER's checkout where it does not exist (exit 127), and Allowlist
Preflight runs check-actions-policy.sh with an empty GH_TOKEN (exit 3).
Both are fixed on standards main. Witnessed green on hyperpolymath/blocky-writer
at this exact SHA: governance run completed/success, 15/15 jobs.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@coderabbitai

coderabbitaiBot commented Sep 7, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Team

Run ID: c095c1b3-95db-4584-a6ad-1b26959f30b0

📥 Commits

Reviewing files that changed from the base of the PR and between b62536e and 01abe6e.

📒 Files selected for processing (1)
  • .github/workflows/governance.yml

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.

📜 Recent review details
⏰ Context from checks skipped due to timeout. (14)
  • GitHub Check: governance / Well-Known (RFC 9116 + RSR)
  • GitHub Check: governance / Guix packaging policy (Nix retired)
  • GitHub Check: governance / Language / package anti-pattern policy
  • GitHub Check: governance / Licence consistency
  • GitHub Check: governance / Code quality + docs
  • GitHub Check: governance / Trusted-base reduction policy
  • GitHub Check: governance / Debt ratchet
  • GitHub Check: governance / Actions lockfile verify
  • GitHub Check: governance / Allowlist Preflight
  • GitHub Check: governance / Exemption ratchet
  • GitHub Check: governance / Check Workflow Staleness
  • GitHub Check: governance / Live Actions policy (credentialed advisory)
  • GitHub Check: governance / Security policy checks
  • GitHub Check: analyze (rust, none)
⚠️ CI failures not shown inline (4)

GitHub Actions: Dogfood Gate / 2_Groove manifest check.txt: chore(ci): bump governance-reusable pin to standards main

Conclusion: failure

View job details

##[group]Run # Check for static or dynamic Groove endpoints
�[36;1m# Check for static or dynamic Groove endpoints�[0m
�[36;1mHAS_MANIFEST="false"�[0m
�[36;1mHAS_GROOVE_CODE="false"�[0m
�[36;1m�[0m
�[36;1mif [ -f ".well-known/groove/manifest.json" ]; then�[0m
�[36;1m HAS_MANIFEST="true"�[0m
�[36;1m # Validate the manifest JSON�[0m
�[36;1m if ! jq empty .well-known/groove/manifest.json 2>/dev/null; then�[0m
�[36;1m echo "::error file=.well-known/groove/manifest.json::Invalid JSON in Groove manifest"�[0m

GitHub Actions: Dogfood Gate / Groove manifest check: chore(ci): bump governance-reusable pin to standards main

Conclusion: failure

View job details

##[group]Run # Check for static or dynamic Groove endpoints
�[36;1m# Check for static or dynamic Groove endpoints�[0m
�[36;1mHAS_MANIFEST="false"�[0m
�[36;1mHAS_GROOVE_CODE="false"�[0m
�[36;1m�[0m
�[36;1mif [ -f ".well-known/groove/manifest.json" ]; then�[0m
�[36;1m HAS_MANIFEST="true"�[0m
�[36;1m # Validate the manifest JSON�[0m
�[36;1m if ! jq empty .well-known/groove/manifest.json 2>/dev/null; then�[0m
�[36;1m echo "::error file=.well-known/groove/manifest.json::Invalid JSON in Groove manifest"�[0m

GitHub Actions: Dogfood Gate / 4_Validate K9 contracts.txt: chore(ci): bump governance-reusable pin to standards main

Conclusion: failure

View job details

##[group]K9 Configuration Validation
Scanning . for K9 files (.k9, .k9.ncl)...
Found 11 K9 file(s)
Validating: ./.machine_readable/contractiles/k9/burble-metadata.k9.ncl
Validating: ./.machine_readable/contractiles/k9/examples/ci-config.k9.ncl
Validating: ./.machine_readable/contractiles/k9/examples/project-metadata.k9.ncl
Validating: ./.machine_readable/contractiles/k9/examples/setup-repo.k9.ncl
Validating: ./.machine_readable/contractiles/k9/template-hunt.k9.ncl
Validating: ./.machine_readable/contractiles/k9/template-kennel.k9.ncl
Validating: ./.machine_readable/contractiles/k9/template-yard.k9.ncl
Validating: ./generated/k9iser/bivouac-cargo.k9
##[error]Missing K9! magic number. First non-empty line must be exactly 'K9!'

GitHub Actions: Dogfood Gate / Validate K9 contracts: chore(ci): bump governance-reusable pin to standards main

Conclusion: failure

View job details

##[group]K9 Configuration Validation
Scanning . for K9 files (.k9, .k9.ncl)...
Found 11 K9 file(s)
Validating: ./.machine_readable/contractiles/k9/burble-metadata.k9.ncl
Validating: ./.machine_readable/contractiles/k9/examples/ci-config.k9.ncl
Validating: ./.machine_readable/contractiles/k9/examples/project-metadata.k9.ncl
Validating: ./.machine_readable/contractiles/k9/examples/setup-repo.k9.ncl
Validating: ./.machine_readable/contractiles/k9/template-hunt.k9.ncl
Validating: ./.machine_readable/contractiles/k9/template-kennel.k9.ncl
Validating: ./.machine_readable/contractiles/k9/template-yard.k9.ncl
Validating: ./generated/k9iser/bivouac-cargo.k9
##[error]Missing K9! magic number. First non-empty line must be exactly 'K9!'
🔇 Additional comments (1)
.github/workflows/governance.yml (1)

17-17: LGTM!


📝 Summary

Summary by CodeRabbit

  • Chores
    • Updated the governance workflow reference to a newer approved version.
    • No changes to workflow behaviour or configuration.

Walkthrough

The governance job now references a new pinned commit of the reusable governance workflow. No other workflow behaviour or configuration changed.

Changes

Governance workflow

Layer / File(s)Summary
Update reusable workflow pin
.github/workflows/governance.yml
The reusable governance workflow reference changed to commit fad242d35291de1898242d6737ba02b74a59a2f2.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk:⚪ Minimal · up to 01abe

The governance workflow pin updates to a specific immutable revision without changing local workflow configuration. No current merge-readiness risk remains.

Poem

A rabbit reads each line,
The patch grows clear beneath the moon,
Small changes hop in place,
Tests guard the garden path,
Reviews bloom before the dawn.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check nameStatusExplanation
Title check✅ PassedThe title clearly identifies the CI governance pin update and matches the main change.
Description check✅ PassedThe description explains the reason for the pin update, identifies the two corrected failures, and records verification results. It does not use every template heading or complete the checklist, but t…
Docstring Coverage✅ PassedNo functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check✅ PassedCheck skipped because no linked issues were found for this pull request.
Out of Scope Changes check✅ PassedCheck skipped because no linked issues were found for this pull request.
✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@hyperpolymath
hyperpolymath merged commit 9a49a68 into mainSep 8, 2026
23 of 25 checks passed
@hyperpolymath
hyperpolymath deleted the chore/bump-governance-pin-to-standards-main branch September 8, 2026 06:50
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@hyperpolymath