|
21 | 21 | name: Build source distribution |
22 | 22 | runs-on: ubuntu-latest |
23 | 23 | steps: |
24 | | - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
| 24 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
25 | 25 | with: |
26 | 26 | persist-credentials: false |
27 | 27 |
|
@@ -123,7 +123,7 @@ jobs: |
123 | 123 | matrix: |
124 | 124 | python_version: ["2.7", "3.7"] |
125 | 125 | steps: |
126 | | - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
| 126 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
127 | 127 | with: |
128 | 128 | persist-credentials: false |
129 | 129 | - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 |
@@ -165,7 +165,7 @@ jobs: |
165 | 165 | matrix: |
166 | 166 | python_version: ["3.13"] |
167 | 167 | steps: |
168 | | - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
| 168 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
169 | 169 | with: |
170 | 170 | persist-credentials: false |
171 | 171 | - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 |
@@ -203,7 +203,7 @@ jobs: |
203 | 203 | matrix: |
204 | 204 | python_version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.13t", "3.14", "3.14t", "3.15", "3.15t"] |
205 | 205 | steps: |
206 | | - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
| 206 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
207 | 207 | with: |
208 | 208 | persist-credentials: false |
209 | 209 | - name: Set up Python |
@@ -244,7 +244,7 @@ jobs: |
244 | 244 | matrix: |
245 | 245 | python_version: ["3.9", "3.13", "3.14", "3.15"] |
246 | 246 | steps: |
247 | | - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
| 247 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
248 | 248 | with: |
249 | 249 | persist-credentials: false |
250 | 250 | - name: Set up Python |
@@ -284,7 +284,7 @@ jobs: |
284 | 284 | matrix: |
285 | 285 | python_version: ["3.13", "3.14", "3.15"] |
286 | 286 | steps: |
287 | | - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
| 287 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
288 | 288 | with: |
289 | 289 | persist-credentials: false |
290 | 290 | - name: Set up Python |
@@ -332,7 +332,7 @@ jobs: |
332 | 332 | options: --cap-add=SYS_PTRACE |
333 | 333 |
|
334 | 334 | steps: |
335 | | - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
| 335 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
336 | 336 | with: |
337 | 337 | persist-credentials: false |
338 | 338 | - name: Set up dependencies |
@@ -364,7 +364,7 @@ jobs: |
364 | 364 | options: --cap-add=SYS_PTRACE |
365 | 365 |
|
366 | 366 | steps: |
367 | | - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
| 367 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
368 | 368 | with: |
369 | 369 | persist-credentials: false |
370 | 370 | - name: Set up dependencies |
@@ -401,7 +401,7 @@ jobs: |
401 | 401 | image: archlinux # zizmor: ignore[unpinned-images] |
402 | 402 | options: --cap-add=SYS_PTRACE --security-opt seccomp=unconfined |
403 | 403 | steps: |
404 | | - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
| 404 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
405 | 405 | with: |
406 | 406 | persist-credentials: false |
407 | 407 | - name: Set up dependencies |
@@ -443,7 +443,7 @@ jobs: |
443 | 443 | options: --cap-add=SYS_PTRACE |
444 | 444 |
|
445 | 445 | steps: |
446 | | - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
| 446 | + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
447 | 447 | with: |
448 | 448 | persist-credentials: false |
449 | 449 | - name: Set up dependencies |
|
0 commit comments