File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 pull_request :
88 paths :
99 - ' .github/workflows/**'
10+ push :
11+ paths :
12+ - " .github/workflows/**"
1013 schedule :
1114 # Every Saturday 00:00 UTC
1215 - cron : ' 0 0 * * 6'
2124 zizmor :
2225 name : zizmor
2326 runs-on : ubuntu-latest
24- timeout-minutes : 5
27+ timeout-minutes : 10
2528 permissions :
2629 contents : read
2730 steps :
3437 # see https://github.com/zizmorcore/zizmor-action
3538 uses : zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
3639 with :
40+ # advanced-security: false => emit findings as workflow-command annotations (::error file=…) rather than
41+ # uploading a SARIF report to GitHub's Security tab.
42+ # Uploading SARIF requires `security-events: write` and GitHub Advanced Security (GHAS),
43+ # both of which are unnecessary here and would violate the least-privilege policy.
44+ # The two modes are mutually exclusive: advanced-security must be false for
45+ # annotations to take effect.
3746 advanced-security : false
3847 annotations : true
You can’t perform that action at this time.
0 commit comments