AST-165770 - Update Zizmor to 1.29.0 - #1
Merged
Merged
Conversation
We've been waiting for this one. GitHub recently added the ability to call an action from the same commit in the same repo with `uses: $/my-action`. Zizmor 1.29.0 now recognizes these instead of throwing a syntax error. The action hardcodes versions and their SHAs, so the only way to update to a new version is by updating the action. Also add test harnesses for the two existing workflows. Nothing intense, but this should help ensure updates to the ruleset workflows will work before deploying them. The original workflows need to use a different concurrency group depending on how they're run. Otherwise, the run enforced by the ruleset and the one triggered by the CI collide and one gets canceled. Confirmed that the ruleset-enforced `Scan for GitHub Actions issues` runs with the deployed Zizmor 1.26.1 and the CI-triggered `Test - Scan for GitHub Actions issues / Run / Scan repository contents (pull_request)` runs with the new Zizmor 1.29.0.
cx-jonathan-hartman
force-pushed
the
jdh/AST-165770-update-zizmor
branch
from
August 17, 2026 22:00
acf9160 to
86b358c
Compare
cx-shane-werner
approved these changes
Aug 17, 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.
We've been waiting for this one. GitHub recently added the ability to call an action from the same commit in the same repo with
uses: $/my-action. Zizmor 1.29.0 now recognizes these instead of throwing a syntax error.The action hardcodes versions and their SHAs, so the only way to update to a new version is by updating the action.
Also add test harnesses for the two existing workflows. Nothing intense, but this should help ensure updates to the ruleset workflows will work before deploying them.
The original workflows need to use a different concurrency group depending on how they're run. Otherwise, the run enforced by the ruleset and the one triggered by the CI collide and one gets canceled.
Confirmed that the ruleset-enforced
Scan for GitHub Actions issuesruns with the deployed Zizmor 1.26.1 and the CI-triggeredTest - Scan for GitHub Actions issues / Run / Scan repository contents (pull_request)runs with the new Zizmor 1.29.0.