You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): replace pip install with native zizmor binary
Replace `pip install zizmor==1.23.1` with a direct download of the
zizmor native binary from GitHub releases. The binary is verified
against a SHA-256 checksum before use.
This removes the Python/pip dependency entirely. zizmor is a Rust
binary that ships standalone builds for all platforms (Linux, macOS,
Windows) with no runtime dependencies.
Also switches from secrets.GITHUB_TOKEN to github.token to avoid
a zizmor secrets-outside-env warning.
0 commit comments