2727 name : Analysis
2828
2929 steps :
30- - uses : actions/checkout@v3
30+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
3131 - uses : actions/setup-python@v4
3232 with :
3333 python-version : " 3.9"
@@ -109,7 +109,7 @@ jobs:
109109 php -S localhost:8080 &
110110
111111 - name : Checkout NcPyApi
112- uses : actions/checkout@v3
112+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
113113 with :
114114 path : nc_py_api
115115
@@ -118,7 +118,7 @@ jobs:
118118 run : python3 -m pip -v install ".[dev]"
119119
120120 - name : Checkout AppEcosystemV2
121- uses : actions/checkout@v3
121+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
122122 with :
123123 path : apps/app_ecosystem_v2
124124 repository : cloud-py-api/app_ecosystem_v2
@@ -138,7 +138,7 @@ jobs:
138138 timeout 3m tail --pid=$(cat /tmp/_install.pid) -f /dev/null
139139
140140 - name : Checkout Talk
141- uses : actions/checkout@v3
141+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
142142 with :
143143 path : apps/spreed
144144 repository : nextcloud/spreed
@@ -264,7 +264,7 @@ jobs:
264264 php -S localhost:8080 &
265265
266266 - name : Checkout NcPyApi
267- uses : actions/checkout@v3
267+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
268268 with :
269269 path : nc_py_api
270270
@@ -273,7 +273,7 @@ jobs:
273273 run : python3 -m pip -v install ".[dev]"
274274
275275 - name : Checkout AppEcosystemV2
276- uses : actions/checkout@v3
276+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
277277 if : ${{ !startsWith(matrix.nextcloud, '26.') }}
278278 with :
279279 path : apps/app_ecosystem_v2
@@ -295,7 +295,7 @@ jobs:
295295 timeout 3m tail --pid=$(cat /tmp/_install.pid) -f /dev/null
296296
297297 - name : Checkout Talk
298- uses : actions/checkout@v3
298+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
299299 with :
300300 path : apps/spreed
301301 repository : nextcloud/spreed
@@ -408,7 +408,7 @@ jobs:
408408 php -S localhost:8080 &
409409
410410 - name : Checkout NcPyApi
411- uses : actions/checkout@v3
411+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
412412 with :
413413 path : nc_py_api
414414
@@ -417,7 +417,7 @@ jobs:
417417 run : python3 -m pip -v install ".[dev]"
418418
419419 - name : Checkout AppEcosystemV2
420- uses : actions/checkout@v3
420+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
421421 with :
422422 path : apps/app_ecosystem_v2
423423 repository : cloud-py-api/app_ecosystem_v2
@@ -501,14 +501,14 @@ jobs:
501501 python-version : 3.11
502502
503503 - name : Checkout server
504- uses : actions/checkout@v3
504+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
505505 with :
506506 submodules : true
507507 repository : nextcloud/server
508508 ref : " master"
509509
510510 - name : Checkout Notifications
511- uses : actions/checkout@v3
511+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
512512 with :
513513 repository : nextcloud/notifications
514514 ref : " master"
@@ -528,7 +528,7 @@ jobs:
528528 php -S localhost:8080 &
529529
530530 - name : Checkout NcPyApi
531- uses : actions/checkout@v3
531+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
532532 with :
533533 path : nc_py_api
534534
@@ -537,7 +537,7 @@ jobs:
537537 run : python3 -m pip -v install ".[dev]"
538538
539539 - name : Checkout AppEcosystemV2
540- uses : actions/checkout@v3
540+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
541541 with :
542542 path : apps/app_ecosystem_v2
543543 repository : cloud-py-api/app_ecosystem_v2
@@ -556,7 +556,7 @@ jobs:
556556 timeout 3m tail --pid=$(cat /tmp/_install.pid) -f /dev/null
557557
558558 - name : Checkout Talk
559- uses : actions/checkout@v3
559+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
560560 with :
561561 path : apps/spreed
562562 repository : nextcloud/spreed
@@ -640,21 +640,21 @@ jobs:
640640 python-version : ' 3.12-dev'
641641
642642 - name : Checkout server
643- uses : actions/checkout@v3
643+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
644644 with :
645645 submodules : true
646646 repository : nextcloud/server
647647 ref : " master"
648648
649649 - name : Checkout Notifications
650- uses : actions/checkout@v3
650+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
651651 with :
652652 repository : nextcloud/notifications
653653 ref : " master"
654654 path : apps/notifications
655655
656656 - name : Checkout Activity
657- uses : actions/checkout@v3
657+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
658658 with :
659659 repository : nextcloud/activity
660660 ref : " master"
@@ -675,7 +675,7 @@ jobs:
675675 php -S localhost:8080 &
676676
677677 - name : Checkout NcPyApi
678- uses : actions/checkout@v3
678+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
679679 with :
680680 path : nc_py_api
681681
@@ -684,7 +684,7 @@ jobs:
684684 run : python3 -m pip -v install . pytest coverage pillow
685685
686686 - name : Checkout Talk
687- uses : actions/checkout@v3
687+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
688688 with :
689689 path : apps/spreed
690690 repository : nextcloud/spreed
@@ -756,21 +756,21 @@ jobs:
756756 python-version : 3.11
757757
758758 - name : Checkout server
759- uses : actions/checkout@v3
759+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
760760 with :
761761 submodules : true
762762 repository : nextcloud/server
763763 ref : ${{ matrix.nextcloud }}
764764
765765 - name : Checkout Notifications
766- uses : actions/checkout@v3
766+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
767767 with :
768768 repository : nextcloud/notifications
769769 ref : ${{ matrix.nextcloud }}
770770 path : apps/notifications
771771
772772 - name : Checkout Activity
773- uses : actions/checkout@v3
773+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
774774 with :
775775 repository : nextcloud/activity
776776 ref : ${{ matrix.nextcloud }}
@@ -791,7 +791,7 @@ jobs:
791791 php -S localhost:8080 &
792792
793793 - name : Checkout NcPyApi
794- uses : actions/checkout@v3
794+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
795795 with :
796796 path : nc_py_api
797797
@@ -800,7 +800,7 @@ jobs:
800800 run : python3 -m pip -v install ".[dev]"
801801
802802 - name : Checkout AppEcosystemV2
803- uses : actions/checkout@v3
803+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
804804 with :
805805 path : apps/app_ecosystem_v2
806806 repository : cloud-py-api/app_ecosystem_v2
@@ -823,7 +823,7 @@ jobs:
823823 timeout 3m tail --pid=$(cat /tmp/_install.pid) -f /dev/null
824824
825825 - name : Checkout Talk
826- uses : actions/checkout@v3
826+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
827827 with :
828828 path : apps/spreed
829829 repository : nextcloud/spreed
0 commit comments