|
81 | 81 | - uses: actions/checkout@v5 |
82 | 82 | with: |
83 | 83 | fetch-depth: 0 |
| 84 | + persist-credentials: false |
84 | 85 | - name: Fake a Planemo run to update cache and determine commit range, repositories, and chunks |
85 | 86 | uses: galaxyproject/planemo-ci-action@v1 |
86 | 87 | id: discover |
@@ -113,7 +114,7 @@ jobs: |
113 | 114 | steps: |
114 | 115 | - uses: actions/checkout@v5 |
115 | 116 | with: |
116 | | - fetch-depth: 1 |
| 117 | + persist-credentials: false |
117 | 118 | - uses: actions/setup-python@v6 |
118 | 119 | with: |
119 | 120 | python-version: ${{ matrix.python-version }} |
@@ -160,7 +161,7 @@ jobs: |
160 | 161 | steps: |
161 | 162 | - uses: actions/checkout@v5 |
162 | 163 | with: |
163 | | - fetch-depth: 1 |
| 164 | + persist-credentials: false |
164 | 165 | - uses: actions/setup-python@v6 |
165 | 166 | with: |
166 | 167 | python-version: ${{ matrix.python-version }} |
@@ -192,7 +193,7 @@ jobs: |
192 | 193 | steps: |
193 | 194 | - uses: actions/checkout@v5 |
194 | 195 | with: |
195 | | - fetch-depth: 1 |
| 196 | + persist-credentials: false |
196 | 197 | - uses: r-lib/actions/setup-r@v2 |
197 | 198 | with: |
198 | 199 | r-version: ${{ matrix.r-version }} |
@@ -228,6 +229,7 @@ jobs: |
228 | 229 | - uses: actions/checkout@v5 |
229 | 230 | with: |
230 | 231 | fetch-depth: 0 |
| 232 | + persist-credentials: false |
231 | 233 | - name: Check file sizes |
232 | 234 | run: | |
233 | 235 | touch file_size_report.txt |
@@ -270,7 +272,7 @@ jobs: |
270 | 272 | steps: |
271 | 273 | - uses: actions/checkout@v5 |
272 | 274 | with: |
273 | | - fetch-depth: 1 |
| 275 | + persist-credentials: false |
274 | 276 | - uses: actions/setup-python@v6 |
275 | 277 | with: |
276 | 278 | python-version: ${{ matrix.python-version }} |
@@ -372,7 +374,7 @@ jobs: |
372 | 374 | steps: |
373 | 375 | - uses: actions/checkout@v5 |
374 | 376 | with: |
375 | | - fetch-depth: 1 |
| 377 | + persist-credentials: false |
376 | 378 | - uses: actions/setup-python@v6 |
377 | 379 | with: |
378 | 380 | python-version: ${{ matrix.python-version }} |
|
0 commit comments