Skip to content

Commit 5fc0ec0

Browse files
committed
persist-credentials: false
1 parent 1817194 commit 5fc0ec0

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v5
18+
with:
19+
fetch-depth: 0
20+
persist-credentials: false
1821
- uses: actions/setup-python@v6
1922
with:
2023
python-version: "3.10"

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
uses: actions/checkout@v5
2525
with:
2626
fetch-depth: 0
27+
persist-credentials: false
2728
- name: Conda
2829
uses: conda-incubator/setup-miniconda@v3
2930
with:

.github/workflows/update_graphblas.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- uses: actions/checkout@v5
3131
with:
3232
fetch-depth: 0
33+
persist-credentials: false
3334

3435
- uses: actions/setup-python@v6
3536
with:

.github/workflows/wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
- uses: actions/checkout@v5
3838
with:
3939
fetch-depth: 0
40+
persist-credentials: false
4041

4142
- name: Build SDist
4243
run: pipx run build --sdist
@@ -97,6 +98,7 @@ jobs:
9798
- uses: actions/checkout@v5
9899
with:
99100
fetch-depth: 0
101+
persist-credentials: false
100102

101103
# aarch64 Linux builds are cross-compiled on x86 runners using emulation
102104
# see https://cibuildwheel.readthedocs.io/en/stable/faq/#emulation

0 commit comments

Comments
 (0)