2222 outputs :
2323 code : ${{ steps.filter.outputs.code }}
2424 steps :
25- - uses : actions/checkout@v6
26- - uses : dorny/paths-filter@v4
25+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
26+ - uses : dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4
2727 id : filter
2828 with :
2929 filters : |
@@ -123,7 +123,7 @@ jobs:
123123 sudo apt-get install -y ninja-build g++
124124
125125 - name : Setup vcpkg
126- uses : anolishq/.github/.github/actions/setup-vcpkg@01b61259e549666b145d941a5aa8a851b98ec399 # main
126+ uses : anolishq/.github/.github/actions/setup-vcpkg@acf7758d393dab943086634dd9e07a1a49e6ce0a # main
127127 with :
128128 vcpkg-commit : ${{ env.VCPKG_COMMIT }}
129129 triplet : x64-linux
@@ -181,7 +181,7 @@ jobs:
181181 sudo apt-get install -y ninja-build g++ python3
182182
183183 - name : Setup vcpkg
184- uses : anolishq/.github/.github/actions/setup-vcpkg@01b61259e549666b145d941a5aa8a851b98ec399 # main
184+ uses : anolishq/.github/.github/actions/setup-vcpkg@acf7758d393dab943086634dd9e07a1a49e6ce0a # main
185185 with :
186186 vcpkg-commit : ${{ env.VCPKG_COMMIT }}
187187 triplet : x64-linux
@@ -216,7 +216,7 @@ jobs:
216216 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
217217
218218 - name : Setup vcpkg
219- uses : anolishq/.github/.github/actions/setup-vcpkg@01b61259e549666b145d941a5aa8a851b98ec399 # main
219+ uses : anolishq/.github/.github/actions/setup-vcpkg@acf7758d393dab943086634dd9e07a1a49e6ce0a # main
220220 with :
221221 vcpkg-commit : ${{ env.VCPKG_COMMIT }}
222222 triplet : x64-windows-v143
@@ -241,7 +241,7 @@ jobs:
241241 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
242242
243243 - name : Setup vcpkg
244- uses : anolishq/.github/.github/actions/setup-vcpkg@01b61259e549666b145d941a5aa8a851b98ec399 # main
244+ uses : anolishq/.github/.github/actions/setup-vcpkg@acf7758d393dab943086634dd9e07a1a49e6ce0a # main
245245 with :
246246 vcpkg-commit : ${{ env.VCPKG_COMMIT }}
247247 triplet : x64-windows-v143
@@ -271,7 +271,7 @@ jobs:
271271 sudo apt-get install -y ninja-build g++ graphviz
272272
273273 - name : Setup vcpkg
274- uses : anolishq/.github/.github/actions/setup-vcpkg@01b61259e549666b145d941a5aa8a851b98ec399 # main
274+ uses : anolishq/.github/.github/actions/setup-vcpkg@acf7758d393dab943086634dd9e07a1a49e6ce0a # main
275275 with :
276276 vcpkg-commit : ${{ env.VCPKG_COMMIT }}
277277 triplet : x64-linux
@@ -293,7 +293,7 @@ jobs:
293293 version-sync :
294294 needs : [changes]
295295 if : needs.changes.outputs.code == 'true'
296- uses : anolishq/.github/.github/workflows/version-sync.yml@01b61259e549666b145d941a5aa8a851b98ec399 # main
296+ uses : anolishq/.github/.github/workflows/version-sync.yml@acf7758d393dab943086634dd9e07a1a49e6ce0a # main
297297 with :
298298 python-version : ' 3.12'
299299 working-directory : ' .'
0 commit comments