5050
5151 steps :
5252 - name : Harden Runner
53- uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
53+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
5454 with :
5555 egress-policy : audit
5656
@@ -114,7 +114,7 @@ jobs:
114114 run : mkdir -p "${{ github.workspace }}/b/vcpkg_cache"
115115
116116 - name : Install CMake & Ninja
117- uses : lukka/get-cmake@5f6e04f5267c8133f1273bf2103583fc72c46b17 # v3.31.5
117+ uses : lukka/get-cmake@56d043d188c3612951d8755da8f4b709ec951ad6 # v3.31.6
118118 with :
119119 useCloudCache : true
120120
@@ -174,12 +174,13 @@ jobs:
174174 solo node keys -i node1 --gossip-keys --tls-keys
175175 solo cluster setup
176176 solo network deploy -i node1 -n solo-e2e
177- solo node setup -i node1 -n solo-e2e -t v0.57 .0
177+ solo node setup -i node1 -n solo-e2e -t v0.59 .0
178178 solo node start -i node1 -n solo-e2e
179179 kubectl port-forward svc/haproxy-node1-svc -n "${SOLO_NAMESPACE}" 50211:50211 &
180180 solo mirror-node deploy -n "${SOLO_NAMESPACE}" --pinger true
181181 kubectl port-forward $(cut -d' ' -f1 <<<$(kubectl get pods -n solo-e2e | grep mirror-rest-)) 5551:5551 -n solo-e2e &
182182 kubectl port-forward $(cut -d' ' -f1 <<<$(kubectl get pods -n solo-e2e | grep mirror-web)) 8545:8545 -n solo-e2e &
183+ kubectl port-forward $(cut -d' ' -f1 <<<$(kubectl get pods -n solo-e2e | grep mirror-grpc)) 5600:5600 -n solo-e2e &
183184
184185 - name : Start CTest suite (Debug)
185186 run : ${{ steps.cgroup.outputs.exec }} ctest -j 6 -C Debug --test-dir build/${{ matrix.preset }}-debug --output-on-failure
@@ -194,7 +195,7 @@ jobs:
194195
195196 - name : Attach Artifact
196197 if : github.event.pull_request.merged == true
197- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
198+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
198199 with :
199200 name : hapi-library-${{ runner.os }}-${{ steps.sha.outputs.short }}
200201 path : package/
@@ -210,7 +211,7 @@ jobs:
210211
211212 steps :
212213 - name : Harden Runner
213- uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
214+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
214215 with :
215216 egress-policy : audit
216217
@@ -231,7 +232,7 @@ jobs:
231232 distribution : strawberry
232233
233234 - name : Setup-nasm
234- uses : ilammy/setup-nasm@13cbeb366c45c4379d3478cdcbadd8295feb5028 # v1.5.1
235+ uses : ilammy/setup-nasm@72793074d3c8cdda771dba85f6deafe00623038b # v1.5.2
235236
236237 - name : Enable Git long paths
237238 run : git config --global core.longpaths true
@@ -256,7 +257,7 @@ jobs:
256257 Add-Content -Path $env:GITHUB_OUTPUT -Value "short=$short"
257258
258259 - name : Attach Artifact
259- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
260+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
260261 with :
261262 name : hapi-library-${{ runner.os }}-${{ steps.sha.outputs.short }}
262263 path : package/
@@ -271,7 +272,7 @@ jobs:
271272
272273 steps :
273274 - name : Harden Runner
274- uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
275+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
275276 with :
276277 egress-policy : audit
277278
@@ -299,7 +300,7 @@ jobs:
299300 run : echo "short=$(echo -n "${{ github.sha }}" | cut -c1-8)" >> $GITHUB_OUTPUT
300301
301302 - name : Attach Artifact
302- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
303+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
303304 with :
304305 name : hapi-library-${{ runner.os }}-${{ steps.sha.outputs.short }}
305306 path : package/
0 commit comments