Added zizmor CI workflow to catch future workflow issues#2412
Merged
marcoieni merged 1 commit intorust-lang:mainfrom Apr 15, 2026
Merged
Added zizmor CI workflow to catch future workflow issues#2412marcoieni merged 1 commit intorust-lang:mainfrom
marcoieni merged 1 commit intorust-lang:mainfrom
Conversation
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
Dry-run check results |
Contributor
ubiratansoares
left a comment
There was a problem hiding this comment.
This looks really great!
A small request : we should opt-out from Github Advanced Security for now. Could you please adjust the zizmor job? There is an input to control this option.
4bc01e8 to
4420efe
Compare
Contributor
Author
|
Thanks for the feedback @ubiratansoares . I've set |
Member
|
maybe you closed the PR by mistake when force pushing? |
Contributor
Author
|
I think I closed it by mistake , I would go ahead and reopen it |
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.
This PR adds a zizmor CI workflow that runs on every PR and on pushes to main, using
--persona=pedantic.Two files were added:
.github/workflows/zizmor.yml: the CI workflow itself, using the official zizmorcore/zizmor-action pinned to SHA https://docs.zizmor.sh/integrations/.github/zizmor.yml:config file that tells zizmor to skip findings that were already reviewed and accepted as unfixable in Fixed zizmor pedantic findings across workflow files #2409https://docs.zizmor.sh/configuration/
I used ignore in the config so these rules are skipped for the specific files listed.