1818 runs-on : [self-hosted, gentoo, ppc64]
1919 steps :
2020 - name : git checkout
21- uses : actions/checkout@v6
21+ uses : actions/checkout@6852f92c20ea7fd3b0c25de3b5112db3a98da050 # v6
2222 with :
2323 ref : ${{ fromJson(inputs.branch).ref }}
2424 - name : System info
5959 image : ' alpine:3.22'
6060 steps :
6161 - name : git checkout
62- uses : actions/checkout@v6
62+ uses : actions/checkout@6852f92c20ea7fd3b0c25de3b5112db3a98da050 # v6
6363 with :
6464 ref : ${{ fromJson(inputs.branch).ref }}
6565 - name : apk
@@ -132,7 +132,7 @@ jobs:
132132 runs-on : ubuntu-${{ fromJson(inputs.branch).config.ubuntu_version }}
133133 steps :
134134 - name : git checkout
135- uses : actions/checkout@v6
135+ uses : actions/checkout@6852f92c20ea7fd3b0c25de3b5112db3a98da050 # v6
136136 with :
137137 ref : ${{ fromJson(inputs.branch).ref }}
138138 - name : Create MSSQL container
@@ -254,7 +254,7 @@ jobs:
254254 FIREBIRD_PASSWORD : test
255255 steps :
256256 - name : git checkout
257- uses : actions/checkout@v6
257+ uses : actions/checkout@6852f92c20ea7fd3b0c25de3b5112db3a98da050 # v6
258258 with :
259259 ref : ${{ fromJson(inputs.branch).ref }}
260260 - name : apt
@@ -311,7 +311,7 @@ jobs:
311311 runs-on : macos-${{ matrix.arch == 'X64' && '15-intel' || fromJson(inputs.branch).jobs.MACOS.config.arm64_version }}
312312 steps :
313313 - name : git checkout
314- uses : actions/checkout@v6
314+ uses : actions/checkout@6852f92c20ea7fd3b0c25de3b5112db3a98da050 # v6
315315 with :
316316 ref : ${{ fromJson(inputs.branch).ref }}
317317 - name : Update clang
@@ -388,7 +388,7 @@ jobs:
388388 runs-on : ubuntu-24.04
389389 steps :
390390 - name : git checkout
391- uses : actions/checkout@v6
391+ uses : actions/checkout@6852f92c20ea7fd3b0c25de3b5112db3a98da050 # v6
392392 with :
393393 ref : ${{ fromJson(inputs.branch).ref }}
394394 - name : Create MSSQL container
@@ -416,7 +416,7 @@ jobs:
416416 - name : Generate coverage report
417417 if : ${{ !cancelled() }}
418418 run : make gcovr-xml
419- - uses : codecov/codecov-action@v6
419+ - uses : codecov/codecov-action@5bef64f19d7facfb25b37b414482c7164d639639 # v6
420420 if : ${{ !cancelled() }}
421421 with :
422422 disable_search : true
@@ -438,7 +438,7 @@ jobs:
438438 USE_TRACKED_ALLOC : 1
439439 steps :
440440 - name : git checkout
441- uses : actions/checkout@v6
441+ uses : actions/checkout@6852f92c20ea7fd3b0c25de3b5112db3a98da050 # v6
442442 with :
443443 ref : ${{ fromJson(inputs.branch).ref }}
444444 - name : apt
@@ -644,7 +644,7 @@ jobs:
644644 runs-on : ubuntu-${{ fromJson(inputs.branch).config.ubuntu_version }}
645645 steps :
646646 - name : git checkout
647- uses : actions/checkout@v6
647+ uses : actions/checkout@6852f92c20ea7fd3b0c25de3b5112db3a98da050 # v6
648648 with :
649649 ref : ${{ fromJson(inputs.branch).ref }}
650650 - name : Create MSSQL container
@@ -707,7 +707,7 @@ jobs:
707707 runs-on : ubuntu-${{ fromJson(inputs.branch).config.ubuntu_version }}
708708 steps :
709709 - name : git checkout
710- uses : actions/checkout@v6
710+ uses : actions/checkout@6852f92c20ea7fd3b0c25de3b5112db3a98da050 # v6
711711 with :
712712 ref : ${{ fromJson(inputs.branch).ref }}
713713 - name : apt
@@ -798,7 +798,7 @@ jobs:
798798 runs-on : ubuntu-${{ fromJson(inputs.branch).config.ubuntu_version }}
799799 steps :
800800 - name : git checkout
801- uses : actions/checkout@v6
801+ uses : actions/checkout@6852f92c20ea7fd3b0c25de3b5112db3a98da050 # v6
802802 with :
803803 ref : ${{ fromJson(inputs.branch).ref }}
804804 - name : apt
@@ -851,7 +851,7 @@ jobs:
851851 - name : git config
852852 run : git config --global core.autocrlf false && git config --global core.eol lf
853853 - name : git checkout
854- uses : actions/checkout@v6
854+ uses : actions/checkout@6852f92c20ea7fd3b0c25de3b5112db3a98da050 # v6
855855 with :
856856 ref : ${{ fromJson(inputs.branch).ref }}
857857 - name : Setup
@@ -870,7 +870,7 @@ jobs:
870870 timeout-minutes : 50
871871 steps :
872872 - name : git checkout
873- uses : actions/checkout@v6
873+ uses : actions/checkout@6852f92c20ea7fd3b0c25de3b5112db3a98da050 # v6
874874 with :
875875 ref : ${{ fromJson(inputs.branch).ref }}
876876 - name : FreeBSD
@@ -886,7 +886,7 @@ jobs:
886886 timeout-minutes : 50
887887 steps :
888888 - name : git checkout
889- uses : actions/checkout@v5
889+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v5
890890 with :
891891 ref : ${{ fromJson(inputs.branch).ref }}
892892 - name : Solaris
@@ -901,7 +901,7 @@ jobs:
901901 timeout-minutes : 50
902902 steps :
903903 - name : git checkout
904- uses : actions/checkout@v6
904+ uses : actions/checkout@6852f92c20ea7fd3b0c25de3b5112db3a98da050 # v6
905905 with :
906906 ref : ${{ fromJson(inputs.branch).ref }}
907907 fetch-depth : 0
@@ -963,7 +963,7 @@ jobs:
963963 mysql -uroot -proot -e "CREATE USER 'wordpress'@'localhost' IDENTIFIED BY 'wordpress'; FLUSH PRIVILEGES;"
964964 mysql -uroot -proot -e "GRANT ALL PRIVILEGES ON *.* TO 'wordpress'@'localhost' WITH GRANT OPTION;"
965965 - name : git checkout benchmarking-data
966- uses : actions/checkout@v6
966+ uses : actions/checkout@6852f92c20ea7fd3b0c25de3b5112db3a98da050 # v6
967967 with :
968968 repository : php/benchmarking-data
969969 ssh-key : ${{ secrets.BENCHMARKING_DATA_DEPLOY_KEY }}
@@ -994,7 +994,7 @@ jobs:
994994 ${{ github.sha }} \
995995 ${{ github.event.pull_request.base.sha }} \
996996 > $GITHUB_STEP_SUMMARY
997- - uses : actions/upload-artifact@v6
997+ - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
998998 with :
999999 name : profiles
10001000 path : ${{ github.workspace }}/benchmark/profiles
0 commit comments