File tree Expand file tree Collapse file tree 9 files changed +22
-3
lines changed
Expand file tree Collapse file tree 9 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 55 workflow_dispatch : # allows manual triggering
66env :
77 CARGO_TERM_COLOR : always
8+
9+ permissions : {}
10+
811jobs :
912 format :
1013 name : Update nightly Rustc
Original file line number Diff line number Diff line change 44 schedule :
55 - cron : " 0 0 * * *" # Run every day at midnight
66
7+ permissions : {}
8+
79jobs :
810 zizmor :
911 name : zizmor latest via PyPI
Original file line number Diff line number Diff line change 2525 </p>
2626 </details>
2727
28+ permissions : {}
29+
2830jobs :
2931 update :
3032 name : Update
Original file line number Diff line number Diff line change 88 paths :
99 - " .github/**"
1010
11+ permissions : {}
12+
1113jobs :
1214 actionlint :
1315 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 99env :
1010 CARGO_TERM_COLOR : always
1111
12+ permissions : {}
13+
1214jobs :
1315 clippy :
1416 name : Run clippy on crates
5153 - uses : actions/checkout@v4
5254 with :
5355 persist-credentials : false
54-
56+
5557 - name : Cleanup space
5658 uses : ./.github/actions/cleanup # zizmor: ignore[unpinned-uses]
5759 - name : Install toolchains
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ concurrency:
1313 group : ${{ github.workflow }}-${{ github.run_id }}
1414 cancel-in-progress : true
1515
16+ permissions : {}
17+
1618jobs :
1719 mutants-test :
1820 name : Generate mutants on diff against default branch and test
Original file line number Diff line number Diff line change 66 push :
77 branches : [main]
88
9+ permissions : {}
10+
911jobs :
1012 eval_perf :
11- permissions : write-all
13+ permissions :
14+ write-all
1215 # Needed to install the toolchain.
1316 # contents: write-all
1417 # Needed to post the performance report comments.
5255 working-directory : perf
5356 env :
5457 RUSTFLAGS : " -C target-cpu=native -C link-arg=-fuse-ld=lld"
55-
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ concurrency:
1515 group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1616 cancel-in-progress : true
1717
18+ permissions : {}
19+
1820jobs :
1921 test :
2022 name : Run unit tests and generate report
Original file line number Diff line number Diff line change 44 pull_request :
55 branches : ["**"]
66
7+ permissions : {}
8+
79jobs :
810 zizmor :
911 name : zizmor latest via PyPI
You can’t perform that action at this time.
0 commit comments