ci: Repair pre-commit prettier hook and pin workflow actions - #453
Merged
augustuen merged 1 commit intoSep 5, 2026
Merged
Conversation
bakerboy448
marked this pull request as draft
June 25, 2026 21:58
Contributor
Author
|
Will rebase and target to land after the big update PR |
bakerboy448
force-pushed
the
ci/fix-precommit-pin-actions
branch
from
July 20, 2026 13:57
0f36b75 to
0c8d4c5
Compare
bakerboy448
force-pushed
the
ci/fix-precommit-pin-actions
branch
from
August 10, 2026 01:31
0c8d4c5 to
9d358d0
Compare
Migrate the prettier pre-commit hook off the archived pre-commit/mirrors-prettier (last release an alpha) to the maintained rbubley/mirrors-prettier v3.8.4. SHA-pin the checkout, setup-python, setup-node, cache, and pre-commit actions to immutable commits. Re-scoped to CI files only; the earlier doc-reformat churn is superseded by current master.
bakerboy448
force-pushed
the
ci/fix-precommit-pin-actions
branch
from
September 5, 2026 00:00
a93dba0 to
fa7ab92
Compare
bakerboy448
marked this pull request as ready for review
September 5, 2026 14:36
Contributor
Author
|
Ready to land. This is independent of the docs sweep in #466 (workflow/CI files vs docs pages), so the earlier rebase-after dependency is not needed. Currently mergeable against master with both checks green. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The prettier pre-commit hook points at
pre-commit/mirrors-prettier, which is archived and whose last release is an alpha (v4.0.0-alpha.8). That makes the hook brittle/broken to install and impossible for Dependabot/Renovate to advance.Changes
rbubley/mirrors-prettier@v3.8.4. Verified locally:pre-commit run prettier --all-filespasses and reformats nothing (no churn).# vX.Y.Zcomments) — supply-chain best practice; Dependabot continues to bump the SHAs.actions/checkoutv5→v6.0.3,actions/setup-nodev5→v6.4.0.No workflow logic, triggers, or steps changed. Pure CI maintenance — safe for a reviewer to merge as-is.