fix(hooks): update zizmor repo from woodruffw to zizmorcore#1191
Merged
John-David Dalton (jdalton) merged 3 commits intomainfrom Apr 12, 2026
Merged
fix(hooks): update zizmor repo from woodruffw to zizmorcore#1191John-David Dalton (jdalton) merged 3 commits intomainfrom
John-David Dalton (jdalton) merged 3 commits intomainfrom
Conversation
The zizmor GitHub org was renamed from woodruffw to zizmorcore. Old URLs still redirect but are stale.
Bill Li (billxinli)
approved these changes
Apr 11, 2026
Replace custom ~/.socket/zizmor/bin/ cache with dlx downloadBinary API for consistent caching alongside SFW. Remove unused httpDownload import.
- Rewrite update.mts to modify external-tools.json instead of regex-replacing inline constants in index.mts (which no longer exist) - Fix stale ~/.socket/zizmor/bin/ path in README troubleshooting section
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
woodruffw/zizmortozizmorcore/zizmor(org was renamed)external-tools.json,update.mts,README.mdTest plan
/setup-security-toolsto confirm setup still worksNote
Low Risk
Low risk: this only updates the GitHub repository slug used to fetch/download
zizmorreleases; no behavior changes beyond pointing at the new location.Overview
Updates the
setup-security-toolshook to pullzizmorreleases fromzizmorcore/zizmorinstead ofwoodruffw/zizmor, reflecting the repository move.This change is applied consistently across the download/update configuration (
external-tools.json), the updater script’s GitHub release lookup (update.mts), and the user-facing installation docs (README.md).Reviewed by Cursor Bugbot for commit 0a1e0a8. Configure here.