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 1
1
name : CI
2
2
3
- permissions :
4
- contents : read
3
+ permissions : {}
5
4
6
5
on :
7
6
workflow_dispatch :
15
14
name : build +${{ matrix.toolchain }} ${{ matrix.flags }}
16
15
runs-on : ubuntu-latest
17
16
timeout-minutes : 10
17
+ permissions :
18
+ contents : read
18
19
strategy :
19
20
fail-fast : false
20
21
matrix :
51
52
test :
52
53
runs-on : ubuntu-latest
53
54
timeout-minutes : 10
55
+ permissions :
56
+ contents : read
54
57
strategy :
55
58
fail-fast : false
56
59
matrix :
73
76
fmt :
74
77
runs-on : ubuntu-latest
75
78
timeout-minutes : 10
79
+ permissions :
80
+ contents : read
76
81
steps :
77
82
- uses : actions/checkout@v5
78
83
with :
84
89
typos :
85
90
runs-on : ubuntu-latest
86
91
timeout-minutes : 10
92
+ permissions :
93
+ contents : read
87
94
steps :
88
95
- uses : actions/checkout@v5
89
96
with :
93
100
ci-success :
94
101
runs-on : ubuntu-latest
95
102
if : always()
96
- permissions : {}
97
103
needs :
98
104
- build
99
105
- test
Original file line number Diff line number Diff line change 1
1
name : CodeQL
2
2
3
- permissions :
4
- contents : read
3
+ permissions : {}
5
4
6
5
on :
7
6
push :
23
22
permissions :
24
23
security-events : write
25
24
actions : read
25
+ contents : read
26
26
27
27
strategy :
28
28
fail-fast : false
Original file line number Diff line number Diff line change 1
1
name : Sync Release Branch
2
2
3
- permissions :
4
- contents : read
3
+ permissions : {}
5
4
6
5
on :
7
6
release :
You can’t perform that action at this time.
0 commit comments