@@ -49,15 +49,15 @@ jobs:
4949
5050 steps :
5151 - name : Harden Runner
52- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
52+ uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
5353 with :
5454 egress-policy : audit
5555
5656 - name : Checkout Code
57- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
57+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
5858
5959 - name : Run Clang-Format
60- uses : jidicula/clang-format-action@4726374d1aa3c6aecf132e5197e498979588ebc8 # v4.15 .0
60+ uses : jidicula/clang-format-action@6cd220de46c89139a0365edae93eee8eb30ca8fe # v4.16 .0
6161 with :
6262 clang-format-version : " 17"
6363 check-path : ${{ matrix.check-path }}
7676
7777 steps :
7878 - name : Harden Runner
79- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
79+ uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
8080 with :
8181 egress-policy : audit
8282
@@ -122,12 +122,12 @@ jobs:
122122 echo "exec=${CG_EXEC}" >> "${GITHUB_OUTPUT}"
123123
124124 - name : Checkout Code
125- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
125+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
126126 with :
127127 submodules : true
128128
129129 - name : Use Node.js 22
130- uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 .0.0
130+ uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6 .0.0
131131 with :
132132 node-version : 22
133133
@@ -140,12 +140,12 @@ jobs:
140140 run : mkdir -p "${{ github.workspace }}/b/vcpkg_cache"
141141
142142 - name : Install CMake & Ninja
143- uses : lukka /get-cmake@2ecc21724e5215b0e567bc399a2602d2ecb48541 # v4.02
143+ uses : step-security /get-cmake@84feda99b925eb830227d4cd02c07991a323306f # v4.1.2
144144 with :
145145 useCloudCache : true
146146
147147 - name : Setup VCPkg
148- uses : lukka /run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
148+ uses : step-security /run-vcpkg@48490398616947b0df92dc1b24aab5339a66f9f0 # v11.5.2
149149 with :
150150 binaryCachePath : ${{ github.workspace }}/b/vcpkg_cache
151151
@@ -180,11 +180,10 @@ jobs:
180180
181181 - name : Prepare Hiero Solo
182182 id : solo
183- uses : hiero-ledger/hiero-solo-action@be37932d21b1a1deaaca6ce8d7fc28a7251cfb56 # v0.13 .0
183+ uses : hiero-ledger/hiero-solo-action@6a1a77601cf3e69661fb6880530a4edf656b40d5 # v0.14 .0
184184 with :
185185 installMirrorNode : true
186186 hieroVersion : v0.65.0
187- mirrorNodeVersion : v0.136.1
188187
189188
190189 - name : Start CTest suite (Debug)
@@ -200,7 +199,7 @@ jobs:
200199
201200 - name : Attach Artifact
202201 if : github.event.pull_request.merged == true
203- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
202+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
204203 with :
205204 name : hapi-library-${{ runner.os }}-${{ steps.sha.outputs.short }}
206205 path : package/
@@ -216,12 +215,12 @@ jobs:
216215
217216 steps :
218217 - name : Harden Runner
219- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
218+ uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
220219 with :
221220 egress-policy : audit
222221
223222 - name : Checkout Code
224- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
223+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
225224 with :
226225 fetch-depth : 0
227226
@@ -231,7 +230,7 @@ jobs:
231230 msbuild-architecture : x64
232231
233232 - name : Setup-perl
234- uses : shogo82148/actions-setup-perl@5796a908661aa68fc0a5b8f55c6791af2376d72e # v1.35 .0
233+ uses : shogo82148/actions-setup-perl@f9f0bf89e0d19ddbabb2f40d43db2e944bce7d2f # v1.36 .0
235234 with :
236235 perl-version : " 5.32"
237236 distribution : strawberry
@@ -262,7 +261,7 @@ jobs:
262261 Add-Content -Path $env:GITHUB_OUTPUT -Value "short=$short"
263262
264263 - name : Attach Artifact
265- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
264+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
266265 with :
267266 name : hapi-library-${{ runner.os }}-${{ steps.sha.outputs.short }}
268267 path : package/
@@ -277,12 +276,12 @@ jobs:
277276
278277 steps :
279278 - name : Harden Runner
280- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
279+ uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
281280 with :
282281 egress-policy : audit
283282
284283 - name : Checkout Code
285- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
284+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
286285 with :
287286 fetch-depth : 0
288287
@@ -305,7 +304,7 @@ jobs:
305304 run : echo "short=$(echo -n "${{ github.sha }}" | cut -c1-8)" >> $GITHUB_OUTPUT
306305
307306 - name : Attach Artifact
308- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
307+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
309308 with :
310309 name : hapi-library-${{ runner.os }}-${{ steps.sha.outputs.short }}
311310 path : package/
0 commit comments