@@ -140,7 +140,7 @@ jobs:
140140 - name : " libxml2: restore cache"
141141 if : ${{ matrix.libxml_minor }}
142142 id : libxml_cache_restore
143- uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
143+ uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
144144 with :
145145 path : " libxml2-${{ steps.libxml_patch_version.outputs.PATCH }}"
146146 key : " ${{ matrix.os }}-libxml-${{ matrix.libxml_minor }}-${{ steps.libxml_patch_version.outputs.PATCH }}"
@@ -168,7 +168,7 @@ jobs:
168168 - name : " libxml2: save cache"
169169 if : ${{ matrix.libxml_minor && steps.libxml_cache_restore.outputs.cache-hit != 'true' }}
170170 id : libxml_cache_save
171- uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
171+ uses : actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
172172 with :
173173 path : " libxml2-${{ steps.libxml_patch_version.outputs.PATCH }}"
174174 key : ${{ steps.libxml_cache_restore.outputs.cache-primary-key }}
@@ -199,7 +199,7 @@ jobs:
199199 # yamllint enable rule:line-length
200200
201201 - name : Install PHP
202- uses : shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36 .0
202+ uses : shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37 .0
203203 with :
204204 php-version : ${{ matrix.php }}
205205 ini-values : ${{ steps.set_ini.outputs.PHP_INI }}
@@ -259,7 +259,7 @@ jobs:
259259
260260 - name : Download the PHPCS phar
261261 if : ${{ matrix.custom_ini == false }}
262- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
262+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
263263 with :
264264 name : phpcs-phar
265265
@@ -317,7 +317,7 @@ jobs:
317317 echo 'PHP_INI=, date.timezone=Australia/Sydney, short_open_tag=On' >> "$GITHUB_OUTPUT"
318318
319319 - name : Install PHP
320- uses : shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36 .0
320+ uses : shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37 .0
321321 with :
322322 php-version : ${{ matrix.php }}
323323 ini-values : error_reporting=-1, display_errors=On, display_startup_errors=On${{ steps.set_ini.outputs.PHP_INI }}
0 commit comments