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
ci: add zizmor for GitHub Actions security analysis
Run zizmor on every push to main and on PRs. Address all findings:
- Add persist-credentials: false to all actions/checkout invocations
- Add top-level permissions: contents: read to publish-pypi.yml
- Convert github.event.release.* template expansions in
comment-on-release.yml to env-var indirection in github-script to
avoid code injection
- Suppress the secrets-outside-env warning on the Claude Code action
with an inline zizmor: ignore; moving to a dedicated GitHub
environment is a separate infrastructure change
0 commit comments