@@ -105,7 +105,9 @@ jobs:
105105 run : git config --global core.autocrlf input
106106
107107 - name : Checkout code
108- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
108+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
109+ with :
110+ persist-credentials : false
109111
110112 - name : " libxml2: find the latest relevant tag"
111113 if : ${{ matrix.libxml_minor }}
@@ -129,7 +131,7 @@ jobs:
129131 - name : " libxml2: restore cache"
130132 if : ${{ matrix.libxml_minor }}
131133 id : libxml_cache_restore
132- uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
134+ uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
133135 with :
134136 path : " libxml2-${{ steps.libxml_patch_version.outputs.PATCH }}"
135137 key : " ${{ matrix.os }}-libxml-${{ matrix.libxml_minor }}-${{ steps.libxml_patch_version.outputs.PATCH }}"
@@ -157,7 +159,7 @@ jobs:
157159 - name : " libxml2: save cache"
158160 if : ${{ matrix.libxml_minor && steps.libxml_cache_restore.outputs.cache-hit != 'true' }}
159161 id : libxml_cache_save
160- uses : actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
162+ uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
161163 with :
162164 path : " libxml2-${{ steps.libxml_patch_version.outputs.PATCH }}"
163165 key : ${{ steps.libxml_cache_restore.outputs.cache-primary-key }}
@@ -255,7 +257,7 @@ jobs:
255257
256258 - name : Download the PHPCS phar
257259 if : ${{ matrix.custom_ini == false }}
258- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
260+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
259261 with :
260262 name : phpcs-phar
261263
@@ -300,7 +302,9 @@ jobs:
300302 run : git config --global core.autocrlf input
301303
302304 - name : Checkout code
303- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
305+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
306+ with :
307+ persist-credentials : false
304308
305309 - name : Setup ini config
306310 if : ${{ matrix.custom_ini == true && matrix.os != 'windows-latest' }}
0 commit comments