Update Zizmor to 1.30.1 - #31
Merged
Merged
Conversation
Fix false positives for empty matrix service images, which GitHub Actions uses to disable optional services. Assisted-by: Codex:GPT-6
Bret Comnes (bcomnes)
marked this pull request as ready for review
September 24, 2026 23:54
Alex (alxhotel)
approved these changes
Sep 24, 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.
LLM Description written by Codex:GPT-6
Summary
Update the shared GitHub Actions audit from Zizmor 1.23.1 to 1.30.1.
Zizmor 1.23.1 incorrectly reports empty matrix service-image values as unpinned images. GitHub Actions explicitly supports empty images to disable optional services. This produces 24 false positives blocking https://github.com/SocketDev/depscan/pull/26700.
The upstream fix shipped in 1.26.0: zizmorcore/zizmor#2102. Version 1.30.1 includes that fix.
Validation
.github: no findings (one suppressed).unpinned-imagesfindings. Other audit findings remain; this does not claim a fully passing depscan audit.git diff --checkpasses.Rollout
The required workflow is consumed from this repository master by enterprise rulesets, so merging updates the audit across consuming repositories. Newer audits may expose additional findings; this change does not disable or suppress them.
Note
Low Risk
Single dependency pin in a read-only CI audit job; no application or auth logic changes.
Overview
Bumps the Audit GitHub Actions workflow’s pinned
zizmorpackage from 1.23.1 to 1.30.1 in the install step.The upgrade picks up upstream fixes (including handling of empty matrix
service-imagevalues) so the shared audit stops reporting falseunpinned-imagesfindings on valid workflows. Because this workflow is reused via rulesets, merging updates the audit version for consuming repos; newer zizmor may surface additional real findings.Reviewed by Cursor Bugbot for commit cfca7f0. Configure here.