@@ -15,6 +15,8 @@ concurrency:
15
15
env :
16
16
FORCE_COLOR : 3
17
17
18
+ permissions : {}
19
+
18
20
jobs :
19
21
lint :
20
22
name : Format
24
26
- uses : actions/checkout@v4
25
27
with :
26
28
fetch-depth : 0
29
+ persist-credentials : false
27
30
- uses : actions/setup-python@v5
28
31
with :
29
32
python-version : " 3.12"
@@ -106,6 +109,8 @@ jobs:
106
109
107
110
steps :
108
111
- uses : actions/checkout@v4
112
+ with :
113
+ persist-credentials : false
109
114
110
115
- uses : actions/setup-python@v5
111
116
with :
@@ -172,6 +177,8 @@ jobs:
172
177
173
178
steps :
174
179
- uses : actions/checkout@v4
180
+ with :
181
+ persist-credentials : false
175
182
176
183
- uses : actions/setup-python@v5
177
184
with :
@@ -216,6 +223,7 @@ jobs:
216
223
- uses : actions/checkout@v4
217
224
with :
218
225
fetch-depth : 0
226
+ persist-credentials : false
219
227
220
228
- name : Prepare venv
221
229
run : python3.13t -m venv /venv
@@ -235,6 +243,7 @@ jobs:
235
243
- uses : actions/checkout@v4
236
244
with :
237
245
fetch-depth : 0
246
+ persist-credentials : false
238
247
239
248
- uses : cygwin/cygwin-install-action@v5
240
249
with :
@@ -273,6 +282,7 @@ jobs:
273
282
- uses : actions/checkout@v4
274
283
with :
275
284
fetch-depth : 0
285
+ persist-credentials : false
276
286
277
287
- name : Install
278
288
run : python -m pip install .[test]
@@ -305,6 +315,7 @@ jobs:
305
315
- uses : actions/checkout@v4
306
316
with :
307
317
fetch-depth : 0
318
+ persist-credentials : false
308
319
309
320
- name : Install
310
321
run : python -m pip install .[test]
@@ -324,6 +335,7 @@ jobs:
324
335
- uses : actions/checkout@v4
325
336
with :
326
337
fetch-depth : 0
338
+ persist-credentials : false
327
339
328
340
- uses : hynek/build-and-inspect-python-package@v2
329
341
@@ -340,6 +352,7 @@ jobs:
340
352
- uses : actions/checkout@v4
341
353
with :
342
354
fetch-depth : 0
355
+ persist-credentials : false
343
356
344
357
- uses : astral-sh/setup-uv@v5
345
358
0 commit comments