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
Add two new reusable workflows alongside existing actionlint:
- zizmor: scans workflows for security vulnerabilities (injection risks,
secret exposure, unsafe ${{}} expansion)
- frizbee: checks that all actions and container images are pinned to
commit SHAs or image digests
Both run unconditionally in goCI.yml (no opt-out flags) and in the
workflows repo's own CI.
Also pins previously unpinned references:
- docker://rhysd/actionlint:latest → 1.7.11@sha256:digest
- actions/cache@v5 → @sha (v5.0.3) in goTest.yml and codeql-analysis.yml
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments