ci: add zizmor and harden v0.x CI#10638
Merged
Merged
Conversation
jasonsaayman
approved these changes
Apr 3, 2026
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.
Summary
v0.x counterpart to #10618 and #10627. Adds zizmor and hardens the existing CI workflow, matching the v1.x setup.
run-ci-v0.yml: SHA-pins all actions and setspersist-credentials: false(wastrue). SHAs can be verified with pinact or zizmor.zizmor.yml: new workflow, copied from v1.x. Runs on pushes to v0.x and on PRs, uploads SARIF to code scanning.Summary by cubic
Adds
zizmorsecurity scanning and hardens v0.x CI by pinning actions and disabling credential persistence. Aligns the v0.x pipeline with v1.x to improve supply-chain security.Description
.github/workflows/zizmor.ymlto scan GitHub Actions on pushes tov0.xand all PRs; uploads SARIF to code scanning. Uses top-levelpermissions: {}and grantssecurity-events: writeonly..github/workflows/run-ci-v0.yml: SHA-pinnedactions/checkout,actions/setup-node, andactions/dependency-review-action; setpersist-credentials: false.v0.xto keep CI config in step.Testing
pinactorzizmor; no additional tests needed.Written for commit f9e132b. Summary will update on new commits.