|
39 | 39 |
|
40 | 40 | steps: |
41 | 41 | - name: Harden the runner (Audit all outbound calls) |
42 | | - uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0 |
| 42 | + uses: step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1 |
43 | 43 | with: |
44 | 44 | egress-policy: audit |
45 | 45 |
|
@@ -249,7 +249,7 @@ jobs: |
249 | 249 |
|
250 | 250 | steps: |
251 | 251 | - name: Harden the runner (Audit all outbound calls) |
252 | | - uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2 |
| 252 | + uses: step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1 |
253 | 253 | with: |
254 | 254 | egress-policy: audit |
255 | 255 |
|
@@ -299,23 +299,23 @@ jobs: |
299 | 299 | contents: write |
300 | 300 | steps: |
301 | 301 | - name: Harden the runner (Audit all outbound calls) |
302 | | - uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1 |
| 302 | + uses: step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1 |
303 | 303 | with: |
304 | 304 | egress-policy: audit |
305 | 305 |
|
306 | 306 | - name: Download packages |
307 | | - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 |
| 307 | + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 |
308 | 308 | with: |
309 | 309 | pattern: vsix-package-* |
310 | 310 |
|
311 | 311 | - name: Download coverage report |
312 | | - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 |
| 312 | + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 |
313 | 313 | with: |
314 | 314 | pattern: unit-test-coverage |
315 | 315 | path: test-coverage |
316 | 316 |
|
317 | 317 | - name: Download test report |
318 | | - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 |
| 318 | + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 |
319 | 319 | with: |
320 | 320 | pattern: test-report-linux |
321 | 321 | path: test-report-linux |
|
0 commit comments