File tree Expand file tree Collapse file tree 7 files changed +12
-1
lines changed
Expand file tree Collapse file tree 7 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 44 pull_request :
55 schedule :
66 - cron : ' 13 15 * * SUN'
7+ permissions : {}
78jobs :
89 build :
910 name : Address Sanitizer
Original file line number Diff line number Diff line change 66 schedule :
77 - cron : ' 3 15 * * SUN'
88
9+ permissions : {}
10+
911jobs :
1012 clang-analyzer :
1113 name : Clang Static Analysis
Original file line number Diff line number Diff line change 88 schedule :
99 - cron : ' 0 18 * * 0'
1010
11+ permissions : {}
12+
1113jobs :
1214 CodeQL-Build :
1315
Original file line number Diff line number Diff line change 1010 types :
1111 - published
1212
13+ permissions : {}
14+
1315jobs :
1416 build_wheels :
1517 name : Build wheels on ${{ matrix.os }}
Original file line number Diff line number Diff line change 66 schedule :
77 - cron : ' 3 15 * * SUN'
88
9+ permissions : {}
10+
911jobs :
1012 build :
1113
Original file line number Diff line number Diff line change 66 schedule :
77 - cron : ' 3 15 * * SUN'
88
9+ permissions : {}
10+
911jobs :
1012 build :
1113
Original file line number Diff line number Diff line change 2727 enable-cache : false
2828
2929 - name : Run zizmor
30- run : uvx zizmor --format plain .
30+ run : uvx zizmor@1.2.2 --format plain .
3131 env :
3232 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments