File tree Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Expand file tree Collapse file tree 2 files changed +17
-5
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 :
20
19
name : test ${{ matrix.rust }} ${{ matrix.flags }}
21
20
runs-on : ubuntu-latest
22
21
timeout-minutes : 30
22
+ permissions :
23
+ contents : read
23
24
strategy :
24
25
fail-fast : false
25
26
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 :
68
71
feature-checks :
69
72
runs-on : ubuntu-latest
70
73
timeout-minutes : 30
74
+ permissions :
75
+ contents : read
71
76
steps :
72
77
- uses : actions/checkout@v5
73
78
with :
87
92
clippy :
88
93
runs-on : ubuntu-latest
89
94
timeout-minutes : 30
95
+ permissions :
96
+ contents : read
90
97
steps :
91
98
- uses : actions/checkout@v5
92
99
with :
@@ -105,6 +112,8 @@ jobs:
105
112
docs :
106
113
runs-on : ubuntu-latest
107
114
timeout-minutes : 30
115
+ permissions :
116
+ contents : read
108
117
steps :
109
118
- uses : actions/checkout@v5
110
119
with :
@@ -122,6 +131,8 @@ jobs:
122
131
fmt :
123
132
runs-on : ubuntu-latest
124
133
timeout-minutes : 30
134
+ permissions :
135
+ contents : read
125
136
steps :
126
137
- uses : actions/checkout@v5
127
138
with :
@@ -134,11 +145,12 @@ jobs:
134
145
135
146
deny :
136
147
uses : ithacaxyz/ci/.github/workflows/deny.yml@9c8d0dc20e7ad02455d3fdab2378a05f29907630 # main
148
+ permissions :
149
+ contents : read
137
150
138
151
ci-success :
139
152
runs-on : ubuntu-latest
140
153
if : always()
141
- permissions : {}
142
154
needs :
143
155
- test
144
156
- doctest
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