|
34 | 34 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
35 | 35 | with:
|
36 | 36 | fetch-depth: 0
|
| 37 | + persist-credentials: false |
37 | 38 | - uses: dorny/paths-filter@v3
|
38 | 39 | id: changes
|
39 | 40 | with:
|
@@ -144,6 +145,8 @@ jobs:
|
144 | 145 | shell: bash -leo pipefail {0}
|
145 | 146 | steps:
|
146 | 147 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
| 148 | + with: |
| 149 | + persist-credentials: false |
147 | 150 | - uses: mamba-org/setup-micromamba@v2
|
148 | 151 | with:
|
149 | 152 | environment-file: conda-envs/environment-test.yml
|
@@ -194,6 +197,8 @@ jobs:
|
194 | 197 | shell: cmd /C call {0}
|
195 | 198 | steps:
|
196 | 199 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
| 200 | + with: |
| 201 | + persist-credentials: false |
197 | 202 | - uses: mamba-org/setup-micromamba@v2
|
198 | 203 | with:
|
199 | 204 | environment-file: conda-envs/windows-environment-test.yml
|
@@ -253,6 +258,8 @@ jobs:
|
253 | 258 | shell: bash -leo pipefail {0}
|
254 | 259 | steps:
|
255 | 260 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
| 261 | + with: |
| 262 | + persist-credentials: false |
256 | 263 | - uses: mamba-org/setup-micromamba@v2
|
257 | 264 | with:
|
258 | 265 | environment-file: conda-envs/environment-test.yml
|
@@ -297,6 +304,8 @@ jobs:
|
297 | 304 | shell: bash -leo pipefail {0}
|
298 | 305 | steps:
|
299 | 306 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
| 307 | + with: |
| 308 | + persist-credentials: false |
300 | 309 | - uses: mamba-org/setup-micromamba@v2
|
301 | 310 | with:
|
302 | 311 | environment-file: conda-envs/environment-jax.yml
|
@@ -341,6 +350,8 @@ jobs:
|
341 | 350 | shell: cmd /C call {0}
|
342 | 351 | steps:
|
343 | 352 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
| 353 | + with: |
| 354 | + persist-credentials: false |
344 | 355 | - uses: mamba-org/setup-micromamba@v2
|
345 | 356 | with:
|
346 | 357 | environment-file: conda-envs/windows-environment-test.yml
|
|
0 commit comments