|
47 | 47 |
|
48 | 48 | steps: |
49 | 49 | - uses: actions/checkout@v4 |
| 50 | + with: |
| 51 | + persist-credentials: false |
50 | 52 | - name: Set up Python ${{ matrix.python }} |
51 | 53 | uses: actions/setup-python@v5 |
52 | 54 | with: |
|
85 | 87 |
|
86 | 88 | steps: |
87 | 89 | - uses: actions/checkout@v4 |
| 90 | + with: |
| 91 | + persist-credentials: false |
88 | 92 | - name: Set up Python ${{ matrix.python }} (deadsnakes) |
89 | 93 | uses: deadsnakes/[email protected] |
90 | 94 | with: |
@@ -117,6 +121,8 @@ jobs: |
117 | 121 |
|
118 | 122 | steps: |
119 | 123 | - uses: actions/checkout@v4 |
| 124 | + with: |
| 125 | + persist-credentials: false |
120 | 126 | - name: Set up Python ${{ matrix.python }} (deadsnakes) |
121 | 127 | uses: deadsnakes/[email protected] |
122 | 128 | with: |
@@ -150,6 +156,8 @@ jobs: |
150 | 156 |
|
151 | 157 | steps: |
152 | 158 | - uses: actions/checkout@v4 |
| 159 | + with: |
| 160 | + persist-credentials: false |
153 | 161 | - name: Set up Python ${{ matrix.python }} (deadsnakes) |
154 | 162 | uses: deadsnakes/[email protected] |
155 | 163 | with: |
@@ -179,6 +187,8 @@ jobs: |
179 | 187 |
|
180 | 188 | steps: |
181 | 189 | - uses: actions/checkout@v4 |
| 190 | + with: |
| 191 | + persist-credentials: false |
182 | 192 | - name: Set up Python |
183 | 193 | uses: actions/setup-python@v5 |
184 | 194 | with: |
@@ -211,6 +221,8 @@ jobs: |
211 | 221 | wget --no-verbose https://github.com/w3c/epubcheck/releases/download/v${EPUBCHECK_VERSION}/epubcheck-${EPUBCHECK_VERSION}.zip |
212 | 222 | unzip epubcheck-${EPUBCHECK_VERSION}.zip |
213 | 223 | - uses: actions/checkout@v4 |
| 224 | + with: |
| 225 | + persist-credentials: false |
214 | 226 | - name: Set up Python |
215 | 227 | uses: actions/setup-python@v5 |
216 | 228 | with: |
@@ -243,6 +255,8 @@ jobs: |
243 | 255 |
|
244 | 256 | steps: |
245 | 257 | - uses: actions/checkout@v4 |
| 258 | + with: |
| 259 | + persist-credentials: false |
246 | 260 | - name: Set up Python |
247 | 261 | uses: actions/setup-python@v5 |
248 | 262 | with: |
@@ -275,6 +289,8 @@ jobs: |
275 | 289 |
|
276 | 290 | steps: |
277 | 291 | - uses: actions/checkout@v4 |
| 292 | + with: |
| 293 | + persist-credentials: false |
278 | 294 | - name: Set up Python |
279 | 295 | uses: actions/setup-python@v5 |
280 | 296 | with: |
@@ -303,6 +319,8 @@ jobs: |
303 | 319 |
|
304 | 320 | steps: |
305 | 321 | - uses: actions/checkout@v4 |
| 322 | + with: |
| 323 | + persist-credentials: false |
306 | 324 | - name: Set up Python |
307 | 325 | uses: actions/setup-python@v5 |
308 | 326 | with: |
|
0 commit comments