4141 apt update && apt install -y --no-install-recommends curl ca-certificates build-essential git clang llvm pkg-config autoconf automake libtool libelf-dev wget libtbb-dev libjq-dev libjsoncpp-dev protobuf-compiler libgtest-dev libprotobuf-dev linux-headers-${{ matrix.arch }} sudo
4242
4343 - name : Checkout Libs ⤵️
44- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
44+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4545 with :
4646 fetch-depth : 0
4747
@@ -100,7 +100,7 @@ jobs:
100100 apk add g++ gcc cmake make git bash perl linux-headers autoconf automake m4 libtool elfutils-dev libelf-static patch binutils clang llvm sudo curl
101101
102102 - name : Checkout Libs ⤵️
103- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
103+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
104104 with :
105105 fetch-depth : 0
106106
@@ -131,7 +131,7 @@ jobs:
131131 runs-on : ubuntu-22.04
132132 steps :
133133 - name : Checkout Libs ⤵️
134- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
134+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
135135 with :
136136 fetch-depth : 0
137137
@@ -181,7 +181,7 @@ jobs:
181181 runs-on : ${{ matrix.os }}
182182 steps :
183183 - name : Checkout Libs ⤵️
184- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
184+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
185185 with :
186186 fetch-depth : 0
187187
@@ -198,7 +198,7 @@ jobs:
198198 runs-on : macos-latest
199199 steps :
200200 - name : Checkout Libs ⤵️
201- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
201+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
202202 with :
203203 fetch-depth : 0
204204
@@ -241,7 +241,7 @@ jobs:
241241 runs-on : ubuntu-24.04
242242 steps :
243243 - name : Checkout Libs ⤵️
244- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
244+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
245245 with :
246246 fetch-depth : 0
247247
@@ -298,7 +298,7 @@ jobs:
298298 sudo apt install -y --no-install-recommends ca-certificates build-essential clang-14 llvm-14 git pkg-config autoconf automake libtool libelf-dev libcap-dev linux-headers-$(uname -r) emscripten
299299
300300 - name : Checkout Libs ⤵️
301- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
301+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
302302 with :
303303 fetch-depth : 0
304304
@@ -317,7 +317,7 @@ jobs:
317317 runs-on : ubuntu-24.04
318318 steps :
319319 - name : Checkout Libs ⤵️
320- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
320+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
321321 with :
322322 fetch-depth : 0
323323
0 commit comments