File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 11name : CI
22
3- permissions :
4- contents : read
3+ permissions : {}
54
65on :
76 workflow_dispatch :
1514 name : build +${{ matrix.toolchain }} ${{ matrix.flags }}
1615 runs-on : ubuntu-latest
1716 timeout-minutes : 10
17+ permissions :
18+ contents : read
1819 strategy :
1920 fail-fast : false
2021 matrix :
5152 test :
5253 runs-on : ubuntu-latest
5354 timeout-minutes : 10
55+ permissions :
56+ contents : read
5457 strategy :
5558 fail-fast : false
5659 matrix :
7376 fmt :
7477 runs-on : ubuntu-latest
7578 timeout-minutes : 10
79+ permissions :
80+ contents : read
7681 steps :
7782 - uses : actions/checkout@v5
7883 with :
8489 typos :
8590 runs-on : ubuntu-latest
8691 timeout-minutes : 10
92+ permissions :
93+ contents : read
8794 steps :
8895 - uses : actions/checkout@v5
8996 with :
93100 ci-success :
94101 runs-on : ubuntu-latest
95102 if : always()
96- permissions : {}
97103 needs :
98104 - build
99105 - test
Original file line number Diff line number Diff line change 11name : CodeQL
22
3- permissions :
4- contents : read
3+ permissions : {}
54
65on :
76 push :
2322 permissions :
2423 security-events : write
2524 actions : read
25+ contents : read
2626
2727 strategy :
2828 fail-fast : false
Original file line number Diff line number Diff line change 11name : Sync Release Branch
22
3- permissions :
4- contents : read
3+ permissions : {}
54
65on :
76 release :
You can’t perform that action at this time.
0 commit comments