2626
2727 steps :
2828 - name : Checkout
29- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
29+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030 with :
3131 fetch-depth : 1
3232 ref : ${{ github.event.pull_request.head.sha || github.sha }}
4949 git checkout "$BRANCH"
5050
5151 - name : Install PHP
52- uses : shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2
52+ uses : shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
5353 with :
5454 php-version : ${{ env.PHP_VERSION }}
5555 extensions : none, iconv, json, phar, tokenizer
6767
6868 steps :
6969 - name : Checkout
70- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
70+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7171 with :
7272 fetch-depth : 1
7373 ref : ${{ github.event.pull_request.head.sha || github.sha }}
9090 git checkout "$BRANCH"
9191
9292 - name : Install PHP
93- uses : shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2
93+ uses : shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
9494 with :
9595 php-version : ${{ env.PHP_VERSION }}
9696 extensions : none, ctype, curl, dom, iconv, mbstring, opcache, simplexml, tokenizer, xml, xmlwriter
@@ -104,7 +104,7 @@ jobs:
104104 echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
105105
106106 - name : Cache Composer cache directory
107- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
107+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
108108 with :
109109 path : ${{ steps.composer-cache.outputs.dir }}
110110 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -149,7 +149,7 @@ jobs:
149149 run : git config --global core.autocrlf false
150150
151151 - name : Checkout
152- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
152+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
153153 with :
154154 fetch-depth : 1
155155 ref : ${{ github.event.pull_request.head.sha || github.sha }}
@@ -172,7 +172,7 @@ jobs:
172172 git checkout "$BRANCH"
173173
174174 - name : Install PHP with extensions
175- uses : shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2
175+ uses : shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
176176 with :
177177 php-version : ${{ matrix.php-version }}
178178 coverage : ${{ matrix.coverage-driver }}
@@ -187,7 +187,7 @@ jobs:
187187 echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
188188
189189 - name : Cache Composer cache directory
190- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
190+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
191191 with :
192192 path : ${{ steps.composer-cache.outputs.dir }}
193193 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -201,7 +201,7 @@ jobs:
201201
202202 - name : Upload test results to Codecov.io
203203 if : ${{ !cancelled() }}
204- uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
204+ uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
205205 with :
206206 token : ${{ secrets.CODECOV_TOKEN }}
207207 report_type : test_results
@@ -210,7 +210,7 @@ jobs:
210210
211211 - name : Upload code coverage data to Codecov.io
212212 if : ${{ !cancelled() }}
213- uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
213+ uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
214214 with :
215215 token : ${{ secrets.CODECOV_TOKEN }}
216216 report_type : coverage
0 commit comments