File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Expand file tree Collapse file tree 2 files changed +17
-4
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
push :
21
20
name : test ${{ matrix.rust }} ${{ matrix.flags }} (${{ matrix.os }})
22
21
runs-on : ${{ matrix.os }}
23
22
timeout-minutes : 30
23
+ permissions :
24
+ contents : read
24
25
strategy :
25
26
fail-fast : false
26
27
matrix :
52
53
doctest :
53
54
runs-on : ubuntu-latest
54
55
timeout-minutes : 30
56
+ permissions :
57
+ contents : read
55
58
steps :
56
59
- uses : actions/checkout@v5
57
60
with :
67
70
feature-checks :
68
71
runs-on : ubuntu-latest
69
72
timeout-minutes : 30
73
+ permissions :
74
+ contents : read
70
75
steps :
71
76
- uses : actions/checkout@v5
72
77
with :
86
91
clippy :
87
92
runs-on : ubuntu-latest
88
93
timeout-minutes : 30
94
+ permissions :
95
+ contents : read
89
96
steps :
90
97
- uses : actions/checkout@v5
91
98
with :
@@ -104,6 +111,8 @@ jobs:
104
111
docs :
105
112
runs-on : ubuntu-latest
106
113
timeout-minutes : 30
114
+ permissions :
115
+ contents : read
107
116
steps :
108
117
- uses : actions/checkout@v5
109
118
with :
@@ -121,6 +130,8 @@ jobs:
121
130
fmt :
122
131
runs-on : ubuntu-latest
123
132
timeout-minutes : 30
133
+ permissions :
134
+ contents : read
124
135
steps :
125
136
- uses : actions/checkout@v5
126
137
with :
@@ -133,6 +144,8 @@ jobs:
133
144
134
145
deny :
135
146
uses : ithacaxyz/ci/.github/workflows/deny.yml@9c8d0dc20e7ad02455d3fdab2378a05f29907630 # main
147
+ permissions :
148
+ contents : read
136
149
137
150
ci-success :
138
151
runs-on : ubuntu-latest
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
You can’t perform that action at this time.
0 commit comments