@@ -105,7 +105,7 @@ jobs:
105105 sudo apt-get install -y ninja-build g++
106106
107107 - name : Setup vcpkg
108- uses : anolishq/.github/.github/actions/setup-vcpkg@main
108+ uses : anolishq/.github/.github/actions/setup-vcpkg@afc2d268fb34aae478284589c29e3043c136a897 # main
109109 with :
110110 vcpkg-commit : ${{ env.VCPKG_COMMIT }}
111111 triplet : x64-linux
@@ -161,7 +161,7 @@ jobs:
161161 sudo apt-get install -y ninja-build g++ python3
162162
163163 - name : Setup vcpkg
164- uses : anolishq/.github/.github/actions/setup-vcpkg@main
164+ uses : anolishq/.github/.github/actions/setup-vcpkg@afc2d268fb34aae478284589c29e3043c136a897 # main
165165 with :
166166 vcpkg-commit : ${{ env.VCPKG_COMMIT }}
167167 triplet : x64-linux
@@ -194,7 +194,7 @@ jobs:
194194 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
195195
196196 - name : Setup vcpkg
197- uses : anolishq/.github/.github/actions/setup-vcpkg@main
197+ uses : anolishq/.github/.github/actions/setup-vcpkg@afc2d268fb34aae478284589c29e3043c136a897 # main
198198 with :
199199 vcpkg-commit : ${{ env.VCPKG_COMMIT }}
200200 triplet : x64-windows-v143
@@ -217,7 +217,7 @@ jobs:
217217 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
218218
219219 - name : Setup vcpkg
220- uses : anolishq/.github/.github/actions/setup-vcpkg@main
220+ uses : anolishq/.github/.github/actions/setup-vcpkg@afc2d268fb34aae478284589c29e3043c136a897 # main
221221 with :
222222 vcpkg-commit : ${{ env.VCPKG_COMMIT }}
223223 triplet : x64-windows-v143
@@ -245,7 +245,7 @@ jobs:
245245 sudo apt-get install -y ninja-build g++ graphviz
246246
247247 - name : Setup vcpkg
248- uses : anolishq/.github/.github/actions/setup-vcpkg@main
248+ uses : anolishq/.github/.github/actions/setup-vcpkg@afc2d268fb34aae478284589c29e3043c136a897 # main
249249 with :
250250 vcpkg-commit : ${{ env.VCPKG_COMMIT }}
251251 triplet : x64-linux
@@ -265,7 +265,7 @@ jobs:
265265 test -s "$OUT"
266266
267267 version-sync :
268- uses : anolishq/.github/.github/workflows/version-sync.yml@15f6901a9ef7e845841d371a64addb04b0f7755a # main
268+ uses : anolishq/.github/.github/workflows/version-sync.yml@afc2d268fb34aae478284589c29e3043c136a897 # main
269269 with :
270270 python-version : ' 3.12'
271271 working-directory : ' .'
0 commit comments