3131 run : sudo ethtool -K eth0 tx off rx off
3232
3333 - uses : actions/checkout@v5
34- - uses : dorny/paths-filter@v3
34+ - uses : dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
3535 id : filter
3636 with :
3737 filters : |
8888 DO_NOT_TRACK : 1 # Disable Turbopack telemetry
8989
9090 - name : Cache build
91- uses : actions/cache@v4
91+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
9292 with :
9393 path : ./*
9494 key : ${{ github.sha }}
@@ -108,7 +108,7 @@ jobs:
108108 cache-propagation-delay : 120 # https://github.com/actions/cache/issues/1710
109109
110110 - name : Restore build
111- uses : actions/cache@v4
111+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
112112 with :
113113 path : ./*
114114 key : ${{ github.sha }}
@@ -134,7 +134,7 @@ jobs:
134134 cache-propagation-delay : 120 # https://github.com/actions/cache/issues/1710
135135
136136 - name : Restore build
137- uses : actions/cache@v4
137+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
138138 with :
139139 path : ./*
140140 key : ${{ github.sha }}
@@ -203,7 +203,7 @@ jobs:
203203 cache-propagation-delay : 120 # https://github.com/actions/cache/issues/1710
204204
205205 - name : Restore build
206- uses : actions/cache@v4
206+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
207207 with :
208208 path : ./*
209209 key : ${{ github.sha }}
@@ -271,7 +271,7 @@ jobs:
271271 cache-propagation-delay : 120 # https://github.com/actions/cache/issues/1710
272272
273273 - name : Restore build
274- uses : actions/cache@v4
274+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
275275 with :
276276 path : ./*
277277 key : ${{ github.sha }}
@@ -281,7 +281,7 @@ jobs:
281281 run : pnpm prepare-run-test-against-prod:ci
282282
283283 - name : Cache prepared test environment
284- uses : actions/cache/save@v4
284+ uses : actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
285285 with :
286286 path : |
287287 test/packed
@@ -312,14 +312,14 @@ jobs:
312312 cache-propagation-delay : 120 # https://github.com/actions/cache/issues/1710
313313
314314 - name : Restore build
315- uses : actions/cache@v4
315+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
316316 with :
317317 path : ./*
318318 key : ${{ github.sha }}
319319 fail-on-cache-miss : true
320320
321321 - name : Restore prepared test environment
322- uses : actions/cache/restore@v4
322+ uses : actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
323323 with :
324324 path : |
325325 test/packed
@@ -348,7 +348,7 @@ jobs:
348348
349349 - name : Cache Playwright Browsers for Playwright's Version
350350 id : cache-playwright-browsers
351- uses : actions/cache@v4
351+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
352352 with :
353353 path : ~/.cache/ms-playwright
354354 key : playwright-browsers-${{ env.PLAYWRIGHT_VERSION }}
@@ -394,7 +394,7 @@ jobs:
394394 PLAYWRIGHT_JSON_OUTPUT_NAME : results_${{ matrix.suite }}_${{ matrix.shard }}.json
395395 NEXT_TELEMETRY_DISABLED : 1
396396
397- - uses : actions/upload-artifact@v4
397+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
398398 if : always()
399399 with :
400400 name : test-results-${{ matrix.suite }}_${{ matrix.shard }}${{ matrix.cacheComponents && '_cc' || '' }}
@@ -452,7 +452,7 @@ jobs:
452452 cache-propagation-delay : 120 # https://github.com/actions/cache/issues/1710
453453
454454 - name : Restore build
455- uses : actions/cache@v4
455+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
456456 with :
457457 path : ./*
458458 key : ${{ github.sha }}
@@ -482,7 +482,7 @@ jobs:
482482
483483 - name : Cache Playwright Browsers for Playwright's Version
484484 id : cache-playwright-browsers
485- uses : actions/cache@v4
485+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
486486 with :
487487 path : ~/.cache/ms-playwright
488488 key : playwright-browsers-${{ env.PLAYWRIGHT_VERSION }}
@@ -527,7 +527,7 @@ jobs:
527527 cache-propagation-delay : 120 # https://github.com/actions/cache/issues/1710
528528
529529 - name : Restore build
530- uses : actions/cache@v4
530+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
531531 with :
532532 path : ./*
533533 key : ${{ github.sha }}
@@ -590,7 +590,7 @@ jobs:
590590 cache-propagation-delay : 120 # https://github.com/actions/cache/issues/1710
591591
592592 - name : Restore build
593- uses : actions/cache@v4
593+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
594594 with :
595595 path : ./*
596596 key : ${{ github.sha }}
0 commit comments