File tree Expand file tree Collapse file tree 5 files changed +19
-0
lines changed Expand file tree Collapse file tree 5 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 21
21
steps :
22
22
- name : Checkout
23
23
uses : actions/checkout@v4
24
+ with :
25
+ persist-credentials : false
24
26
- name : Setup python
25
27
uses : actions/setup-python@v5
26
28
with :
Original file line number Diff line number Diff line change 15
15
- uses : actions/checkout@v4
16
16
with :
17
17
fetch-depth : 0
18
+ persist-credentials : false
18
19
19
20
- name : Check newsfragments
20
21
run : |
Original file line number Diff line number Diff line change 60
60
steps :
61
61
- name : Checkout
62
62
uses : actions/checkout@v4
63
+ with :
64
+ persist-credentials : false
63
65
- name : Setup python
64
66
uses : actions/setup-python@v5
65
67
with :
@@ -120,6 +122,8 @@ jobs:
120
122
steps :
121
123
- name : Checkout
122
124
uses : actions/checkout@v4
125
+ with :
126
+ persist-credentials : false
123
127
- name : Setup python
124
128
uses : actions/setup-python@v5
125
129
with :
@@ -159,6 +163,8 @@ jobs:
159
163
steps :
160
164
- name : Checkout
161
165
uses : actions/checkout@v4
166
+ with :
167
+ persist-credentials : false
162
168
- name : Setup python
163
169
uses : actions/setup-python@v5
164
170
with :
@@ -183,6 +189,8 @@ jobs:
183
189
steps :
184
190
- name : Checkout
185
191
uses : actions/checkout@v4
192
+ with :
193
+ persist-credentials : false
186
194
- name : Install necessary packages
187
195
# can't use setup-python because that python doesn't seem to work;
188
196
# `python3-dev` (rather than `python:alpine`) for some ctypes reason,
@@ -219,6 +227,8 @@ jobs:
219
227
steps :
220
228
- name : Checkout
221
229
uses : actions/checkout@v4
230
+ with :
231
+ persist-credentials : false
222
232
- name : Setup python
223
233
uses : actions/setup-python@v5
224
234
with :
Original file line number Diff line number Diff line change 10
10
11
11
steps :
12
12
- uses : actions/checkout@v4
13
+ with :
14
+ persist-credentials : false
13
15
- uses : actions/setup-python@v5
14
16
with :
15
17
python-version : " 3.9"
Original file line number Diff line number Diff line change @@ -36,6 +36,10 @@ repos:
36
36
rev : v1.0.0
37
37
hooks :
38
38
- id : sphinx-lint
39
+ - repo : https://github.com/woodruffw/zizmor-pre-commit
40
+ rev : v0.9.1
41
+ hooks :
42
+ - id : zizmor
39
43
- repo : local
40
44
hooks :
41
45
- id : regenerate-files
You can’t perform that action at this time.
0 commit comments