ci: Auto-maintain workflows (pin updates + zizmor security autofixes) - #85
Closed
vc-ci wants to merge 1 commit into
Closed
ci: Auto-maintain workflows (pin updates + zizmor security autofixes)#85vc-ci wants to merge 1 commit into
vc-ci wants to merge 1 commit into
Conversation
vc-ci
force-pushed
the
ci/auto-maintain-workflows
branch
2 times, most recently
from
August 3, 2026 09:02
4d72945 to
8fb6987
Compare
vc-ci
force-pushed
the
ci/auto-maintain-workflows
branch
from
August 10, 2026 08:29
8fb6987 to
3fc17d5
Compare
Collaborator
|
The same changes already applied by PR #87 |
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.
Automated maintenance of GitHub Actions workflows:
pinact run --updatebumps third-party actionSHAs in
workflow-templates/. (Dependabot covers pins in.github/workflows/.)zizmor --fix=allapplies safe andunsafe fixes (e.g.
template-injection,artipacked,ref-version-mismatch) across both.github/workflows/andworkflow-templates/, since the reusable workflows here areconsumed by other repos and the templates are copied into modules.
Warning
--fix=allincludes unsafe fixes that require human review.In particular, check
artipackedchanges (persist-credentials: false) on any workflow that later pushes with the checkout token,and verify
template-injectionrewrites preserve intended values.Note
Low Risk
Routine action pin bumps in CI templates with no application or deployment logic changes; minor risk from upstream action behavior in setup-node major bump.
Overview
Bumps pinned third-party GitHub Actions in
workflow-templates/as part of automated maintenance (pinact).actions/checkoutmoves from v7.0.0 → v7.0.1 everywhere it appears:image-deploy.yml,module-deploy.yml,module-ci.yml(version-bump detection + main CI),module-release-hotfix.yml, andpublish-nugets.yml.module-ci.ymlalso updatesactions/setup-nodev6.4.0 → v7.0.0 andactions/setup-javav5.5.0 → v5.7.0 for the Node 24 / Java 17 toolchain steps. No workflow steps, inputs, or job structure change—only commit SHAs and version comments.Reviewed by Cursor Bugbot for commit 3fc17d5. Bugbot is set up for automated code reviews on this repo. Configure here.