File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : CI
2+
3+ on :
4+ push :
5+ paths :
6+ - ' .github/workflows/*'
7+
8+ pull_request :
9+ paths :
10+ - ' .github/workflows/*'
11+
12+ permissions : {}
13+
14+ jobs :
15+ zizmor :
16+ runs-on : ubuntu-latest
17+ permissions :
18+ security-events : write
19+ steps :
20+ - name : Checkout repository
21+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
22+ with :
23+ persist-credentials : false
24+
25+ - name : Run zizmor 🌈
26+ uses : zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2
Original file line number Diff line number Diff line change @@ -6,19 +6,6 @@ on: [push, pull_request]
66permissions : {}
77
88jobs :
9- zizmor :
10- runs-on : ubuntu-latest
11- permissions :
12- security-events : write
13- steps :
14- - name : Checkout repository
15- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
16- with :
17- persist-credentials : false
18-
19- - name : Run zizmor 🌈
20- uses : zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2
21-
229 bats-test :
2310 strategy :
2411 matrix :
You can’t perform that action at this time.
0 commit comments