File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-22.04
17
17
steps :
18
18
- uses : actions/checkout@v4
19
+ with :
20
+ persist-credentials : false
19
21
20
22
- name : Set up Python
21
23
uses : actions/setup-python@v5
41
43
runs-on : ubuntu-22.04
42
44
steps :
43
45
- uses : actions/checkout@v4
46
+ with :
47
+ persist-credentials : false
44
48
45
49
- name : Set up Python
46
50
uses : actions/setup-python@v5
67
71
runs-on : ${{ matrix.os }}
68
72
steps :
69
73
- uses : actions/checkout@v4
74
+ with :
75
+ persist-credentials : false
70
76
71
77
- name : Set up Python
72
78
uses : actions/setup-python@v5
@@ -182,6 +188,8 @@ jobs:
182
188
runs-on : ubuntu-22.04
183
189
steps :
184
190
- uses : actions/checkout@v4
191
+ with :
192
+ persist-credentials : false
185
193
186
194
- name : Set up Python
187
195
uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments