|
26 | 26 | github.repository == 'Parcels-code/Parcels' |
27 | 27 | && (github.event_name == 'push' || github.event_name == 'pull_request') |
28 | 28 | steps: |
29 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 29 | + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
30 | 30 | with: |
31 | 31 | fetch-depth: 2 |
32 | 32 | persist-credentials: false |
|
49 | 49 | cache-key: ${{ steps.pixi-lock.outputs.cache-key }} |
50 | 50 | pixi-version: ${{ steps.pixi-lock.outputs.pixi-version }} |
51 | 51 | steps: |
52 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 52 | + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
53 | 53 | with: |
54 | 54 | persist-credentials: false |
55 | 55 | - uses: Parcels-code/pixi-lock/create-and-cache@38495788b79a5ff26009aecc15daa9a8310b8832 # v0.1.0 |
|
82 | 82 | - os: ubuntu |
83 | 83 | pixi-environment: "test-minimum" |
84 | 84 | steps: |
85 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 85 | + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
86 | 86 | with: |
87 | 87 | persist-credentials: false |
88 | 88 | - name: Restore cached pixi lockfile |
@@ -142,7 +142,7 @@ jobs: |
142 | 142 | os: [ubuntu] |
143 | 143 | pixi-environment: [test] |
144 | 144 | steps: |
145 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 145 | + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
146 | 146 | with: |
147 | 147 | persist-credentials: false |
148 | 148 | - name: Restore cached pixi lockfile |
@@ -197,7 +197,7 @@ jobs: |
197 | 197 | env: |
198 | 198 | COVERAGE_REPORT: "ubuntu_test_validation_test_report.html" |
199 | 199 | steps: |
200 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 200 | + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
201 | 201 | with: |
202 | 202 | persist-credentials: false |
203 | 203 | - name: Restore cached pixi lockfile |
@@ -263,7 +263,7 @@ jobs: |
263 | 263 | - os: ubuntu |
264 | 264 | python-version: "3.11" |
265 | 265 | steps: |
266 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 266 | + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
267 | 267 | with: |
268 | 268 | persist-credentials: false |
269 | 269 | - name: Restore cached pixi lockfile |
@@ -312,7 +312,7 @@ jobs: |
312 | 312 | contents: read |
313 | 313 | steps: |
314 | 314 | - name: Checkout |
315 | | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 315 | + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
316 | 316 | with: |
317 | 317 | persist-credentials: false |
318 | 318 | - name: Restore cached pixi lockfile |
@@ -341,7 +341,7 @@ jobs: |
341 | 341 | id-token: write |
342 | 342 | runs-on: ubuntu-latest |
343 | 343 | steps: |
344 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 344 | + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
345 | 345 | with: |
346 | 346 | fetch-depth: 0 |
347 | 347 | persist-credentials: false |
@@ -375,7 +375,7 @@ jobs: |
375 | 375 | security-events: write # Required for upload-sarif (used by zizmor-action) to upload SARIF files. |
376 | 376 | steps: |
377 | 377 | - name: Checkout repository |
378 | | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 378 | + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
379 | 379 | with: |
380 | 380 | persist-credentials: false |
381 | 381 |
|
|
0 commit comments