Skip to content

Commit c6bee29

Browse files
committed
actions: set persist-credentials to false
1 parent 9979b57 commit c6bee29

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

.github/workflows/buildwheel.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ jobs:
6666

6767
steps:
6868
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
69+
with:
70+
persist-credentials: false
6971

7072
- if: ${{ matrix.kind == 'native' }}
7173
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
@@ -117,6 +119,7 @@ jobs:
117119
path: pyodide-patches
118120
sparse-checkout: |
119121
emsdk/patches/
122+
persist-credentials: false
120123

121124
# ------------- actual build ------------- #
122125

@@ -140,6 +143,8 @@ jobs:
140143

141144
steps:
142145
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
146+
with:
147+
persist-credentials: false
143148

144149
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
145150
with:
@@ -240,6 +245,8 @@ jobs:
240245
os: [ubuntu-24.04]
241246
steps:
242247
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
248+
with:
249+
persist-credentials: false
243250
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
244251
with:
245252
python-version: '3.13'
@@ -253,6 +260,8 @@ jobs:
253260
runs-on: ubuntu-24.04
254261
steps:
255262
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
263+
with:
264+
persist-credentials: false
256265
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
257266
with:
258267
python-version: '3.13'
@@ -268,6 +277,8 @@ jobs:
268277
runs-on: ubuntu-24.04
269278
steps:
270279
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
280+
with:
281+
persist-credentials: false
271282
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
272283
with:
273284
python-version: '3.13'
@@ -295,6 +306,8 @@ jobs:
295306
flint-tag: ['v3.0.1', 'v3.1.3-p1', 'v3.2.2', 'v3.3.1']
296307
steps:
297308
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
309+
with:
310+
persist-credentials: false
298311
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
299312
with:
300313
python-version: '3.13'
@@ -308,6 +321,8 @@ jobs:
308321
runs-on: ubuntu-24.04
309322
steps:
310323
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
324+
with:
325+
persist-credentials: false
311326
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
312327
with:
313328
python-version: '3.13'
@@ -322,6 +337,8 @@ jobs:
322337
runs-on: ubuntu-24.04-arm
323338
steps:
324339
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
340+
with:
341+
persist-credentials: false
325342
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
326343
with:
327344
python-version: '3.13'
@@ -336,6 +353,8 @@ jobs:
336353
runs-on: ubuntu-24.04
337354
steps:
338355
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
356+
with:
357+
persist-credentials: false
339358
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
340359
with:
341360
python-version: '3.13'
@@ -350,6 +369,8 @@ jobs:
350369
runs-on: ubuntu-24.04
351370
steps:
352371
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
372+
with:
373+
persist-credentials: false
353374
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
354375
with:
355376
python-version: '3.12' # does not work with 3.13
@@ -368,6 +389,8 @@ jobs:
368389
sympy-version: ['1.13.1', '1.14.0']
369390
steps:
370391
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
392+
with:
393+
persist-credentials: false
371394
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
372395
with:
373396
python-version: '3.13'
@@ -384,6 +407,8 @@ jobs:
384407
runs-on: ubuntu-24.04
385408
steps:
386409
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
410+
with:
411+
persist-credentials: false
387412
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
388413
with:
389414
python-version: '3.13'
@@ -472,6 +497,8 @@ jobs:
472497

473498
steps:
474499
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
500+
with:
501+
persist-credentials: false
475502

476503
- name: Download sdist
477504
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
python-version: ["3.12"]
1414
steps:
1515
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
16+
with:
17+
persist-credentials: false
1618

1719
- name: Set up Python ${{ matrix.python-version }}
1820
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0

0 commit comments

Comments
 (0)