2828 pipeline_test_matrix : ${{ steps.fetch_pipeline_matrix.outputs.pipeline_test_matrix }}
2929 steps :
3030 - name : Checkout diffusers
31- uses : actions/checkout@v6
31+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3232 with :
3333 fetch-depth : 2
3434 - name : Install dependencies
4444
4545 - name : Pipeline Tests Artifacts
4646 if : ${{ always() }}
47- uses : actions/upload-artifact@v6
47+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
4848 with :
4949 name : test-pipelines.json
5050 path : reports
6464 options : --shm-size "16gb" --ipc host --gpus all
6565 steps :
6666 - name : Checkout diffusers
67- uses : actions/checkout@v6
67+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6868 with :
6969 fetch-depth : 2
7070 - name : NVIDIA-SMI
9797 cat reports/tests_pipeline_${{ matrix.module }}_cuda_failures_short.txt
9898 - name : Test suite reports artifacts
9999 if : ${{ always() }}
100- uses : actions/upload-artifact@v6
100+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
101101 with :
102102 name : pipeline_${{ matrix.module }}_test_reports
103103 path : reports
@@ -119,7 +119,7 @@ jobs:
119119 module : [models, schedulers, lora, others, single_file, examples]
120120 steps :
121121 - name : Checkout diffusers
122- uses : actions/checkout@v6
122+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
123123 with :
124124 fetch-depth : 2
125125
@@ -167,7 +167,7 @@ jobs:
167167
168168 - name : Test suite reports artifacts
169169 if : ${{ always() }}
170- uses : actions/upload-artifact@v6
170+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
171171 with :
172172 name : torch_${{ matrix.module }}_cuda_test_reports
173173 path : reports
@@ -184,7 +184,7 @@ jobs:
184184
185185 steps :
186186 - name : Checkout diffusers
187- uses : actions/checkout@v6
187+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
188188 with :
189189 fetch-depth : 2
190190
@@ -211,7 +211,7 @@ jobs:
211211
212212 - name : Test suite reports artifacts
213213 if : ${{ always() }}
214- uses : actions/upload-artifact@v6
214+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
215215 with :
216216 name : torch_compile_test_reports
217217 path : reports
@@ -228,7 +228,7 @@ jobs:
228228 options : --shm-size "16gb" --ipc host --gpus all
229229 steps :
230230 - name : Checkout diffusers
231- uses : actions/checkout@v6
231+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
232232 with :
233233 fetch-depth : 2
234234 - name : NVIDIA-SMI
@@ -263,7 +263,7 @@ jobs:
263263 cat reports/tests_big_gpu_torch_cuda_failures_short.txt
264264 - name : Test suite reports artifacts
265265 if : ${{ always() }}
266- uses : actions/upload-artifact@v6
266+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
267267 with :
268268 name : torch_cuda_big_gpu_test_reports
269269 path : reports
@@ -280,7 +280,7 @@ jobs:
280280 shell : bash
281281 steps :
282282 - name : Checkout diffusers
283- uses : actions/checkout@v6
283+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
284284 with :
285285 fetch-depth : 2
286286
@@ -321,7 +321,7 @@ jobs:
321321
322322 - name : Test suite reports artifacts
323323 if : ${{ always() }}
324- uses : actions/upload-artifact@v6
324+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
325325 with :
326326 name : torch_minimum_version_cuda_test_reports
327327 path : reports
@@ -355,7 +355,7 @@ jobs:
355355 options : --shm-size "20gb" --ipc host --gpus all
356356 steps :
357357 - name : Checkout diffusers
358- uses : actions/checkout@v6
358+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
359359 with :
360360 fetch-depth : 2
361361 - name : NVIDIA-SMI
@@ -391,7 +391,7 @@ jobs:
391391 cat reports/tests_${{ matrix.config.backend }}_torch_cuda_failures_short.txt
392392 - name : Test suite reports artifacts
393393 if : ${{ always() }}
394- uses : actions/upload-artifact@v6
394+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
395395 with :
396396 name : torch_cuda_${{ matrix.config.backend }}_reports
397397 path : reports
@@ -408,7 +408,7 @@ jobs:
408408 options : --shm-size "20gb" --ipc host --gpus all
409409 steps :
410410 - name : Checkout diffusers
411- uses : actions/checkout@v6
411+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
412412 with :
413413 fetch-depth : 2
414414 - name : NVIDIA-SMI
@@ -441,7 +441,7 @@ jobs:
441441 cat reports/tests_pipeline_level_quant_torch_cuda_failures_short.txt
442442 - name : Test suite reports artifacts
443443 if : ${{ always() }}
444- uses : actions/upload-artifact@v6
444+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
445445 with :
446446 name : torch_cuda_pipeline_level_quant_reports
447447 path : reports
@@ -466,15 +466,15 @@ jobs:
466466 image : diffusers/diffusers-pytorch-cpu
467467 steps :
468468 - name : Checkout diffusers
469- uses : actions/checkout@v6
469+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
470470 with :
471471 fetch-depth : 2
472472
473473 - name : Create reports directory
474474 run : mkdir -p combined_reports
475475
476476 - name : Download all test reports
477- uses : actions/download-artifact@v7
477+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
478478 with :
479479 path : artifacts
480480
@@ -500,7 +500,7 @@ jobs:
500500 cat $CONSOLIDATED_REPORT_PATH >> $GITHUB_STEP_SUMMARY
501501
502502 - name : Upload consolidated report
503- uses : actions/upload-artifact@v6
503+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
504504 with :
505505 name : consolidated_test_report
506506 path : ${{ env.CONSOLIDATED_REPORT_PATH }}
@@ -514,7 +514,7 @@ jobs:
514514#
515515# steps:
516516# - name: Checkout diffusers
517- # uses: actions/checkout@v6
517+ # uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
518518# with:
519519# fetch-depth: 2
520520#
@@ -554,7 +554,7 @@ jobs:
554554#
555555# - name: Test suite reports artifacts
556556# if: ${{ always() }}
557- # uses: actions/upload-artifact@v6
557+ # uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
558558# with:
559559# name: torch_mps_test_reports
560560# path: reports
@@ -570,7 +570,7 @@ jobs:
570570#
571571# steps:
572572# - name: Checkout diffusers
573- # uses: actions/checkout@v6
573+ # uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
574574# with:
575575# fetch-depth: 2
576576#
@@ -610,7 +610,7 @@ jobs:
610610#
611611# - name: Test suite reports artifacts
612612# if: ${{ always() }}
613- # uses: actions/upload-artifact@v6
613+ # uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
614614# with:
615615# name: torch_mps_test_reports
616616# path: reports
0 commit comments