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: fix GitHub Actions security issues found by zizmor
- Add persist-credentials: false to all actions/checkout steps
- Fix template injection by using env vars instead of ${{ }} in run blocks
- Convert ${{ env.* }} to shell env vars in run blocks
- Add cooldown configuration to dependabot
Fixes auto-fixable findings from zizmor v1.23.1 static analysis.
Remaining findings (secrets-outside-env, excessive-permissions,
secrets-inherit) require manual review and are tracked separately.
Related: #3300
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
0 commit comments