@@ -46,12 +46,12 @@ jobs:
4646
4747 steps :
4848 - name : Checkout
49- uses : actions/checkout@v6
49+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
5050 with :
5151 fetch-depth : 2
5252
5353 - name : Setup PHP
54- uses : shivammathur/setup-php@v2
54+ uses : shivammathur/setup-php@728c6c6b8cf02c2e48117716a91ee48313958a19 # v2
5555 with :
5656 php-version : ${{ matrix.php.version }}
5757 coverage : xdebug
6565 shell : bash
6666
6767 - name : Cache Composer dependencies
68- uses : actions/cache@v5
68+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
6969 with :
7070 path : ${{ steps.composer-cache.outputs.directory }}
7171 key : ${{ runner.os }}-${{ matrix.php.version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}
@@ -101,7 +101,7 @@ jobs:
101101 run : vendor/bin/phpunit --testsuite oom --no-coverage
102102
103103 - name : Upload code coverage to Codecov
104- uses : codecov/codecov-action@v5
104+ uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5
105105 with :
106106 token : ${{ secrets.CODECOV_TOKEN }}
107107
@@ -115,12 +115,12 @@ jobs:
115115
116116 steps :
117117 - name : Checkout
118- uses : actions/checkout@v6
118+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
119119 with :
120120 fetch-depth : 2
121121
122122 - name : Setup PHP
123- uses : shivammathur/setup-php@v2
123+ uses : shivammathur/setup-php@728c6c6b8cf02c2e48117716a91ee48313958a19 # v2
124124 with :
125125 php-version : ' 8.4'
126126 coverage : none
@@ -131,7 +131,7 @@ jobs:
131131 shell : bash
132132
133133 - name : Cache Composer dependencies
134- uses : actions/cache@v5
134+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
135135 with :
136136 path : ${{ steps.composer-cache.outputs.directory }}
137137 key : ${{ runner.os }}-runtime-frankenphp-composer-${{ hashFiles('**/composer.lock') }}
@@ -180,12 +180,12 @@ jobs:
180180
181181 steps :
182182 - name : Checkout
183- uses : actions/checkout@v6
183+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
184184 with :
185185 fetch-depth : 2
186186
187187 - name : Setup PHP
188- uses : shivammathur/setup-php@v2
188+ uses : shivammathur/setup-php@728c6c6b8cf02c2e48117716a91ee48313958a19 # v2
189189 with :
190190 php-version : ' 8.4'
191191 coverage : none
@@ -196,7 +196,7 @@ jobs:
196196 shell : bash
197197
198198 - name : Cache Composer dependencies
199- uses : actions/cache@v5
199+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
200200 with :
201201 path : ${{ steps.composer-cache.outputs.directory }}
202202 key : ${{ runner.os }}-runtime-roadrunner-composer-${{ hashFiles('**/composer.lock') }}
0 commit comments