feat(lint-gha): add zizmor lint workflow for public repositories - #9651
Merged
Conversation
Contributor
ralph-bitgo
Bot
force-pushed
the
INF-3420-public-repo-lint-workflow
branch
3 times, most recently
from
September 4, 2026 00:14
a3cd1ee to
d3ad801
Compare
louib
force-pushed
the
INF-3420-public-repo-lint-workflow
branch
2 times, most recently
from
September 4, 2026 00:31
3b7b06c to
79dadbd
Compare
Add the ruleset-required zizmor workflow that enforces the public-repository action-pinning policy: it checks out the repository a targeted pull request was opened against and runs zizmor with the policy inlined in the workflow, mirroring the org-wide lint workflow. The standalone .github/zizmor.yml is removed now that the policy lives in the workflow. Ticket: INF-3420 Session-Id: 217d73a9-ac3c-466a-9cd9-112324f86e76 Task-Id: bfb9a42e-a4b1-49e6-a6e5-6f8d9d3d3051
louib
force-pushed
the
INF-3420-public-repo-lint-workflow
branch
from
September 4, 2026 01:02
79dadbd to
192920e
Compare
louib
marked this pull request as ready for review
September 4, 2026 01:13
pranishnepal
approved these changes
Sep 4, 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.
What
.github/workflows/lint-gha.yaml: the ruleset-required zizmor workflow that pairs with the.github/zizmor.ymlpolicy merged in ci: add zizmor action-pinning policy for public repositories #9645. It checks out the repository a targeted pull request was opened against, fetches the policy from this repo'smaster, and runs zizmor with online audits disabled and plain annotations.Why
The public-repository action-pinning policy needs an enforcement vehicle: an organization ruleset can only require workflows that live in a public repository, so the workflow lives here next to the policy. This completes the pieces needed to enforce third-party action SHA-pinning on all public repositories.
Ticket: INF-3420