@@ -220,7 +220,7 @@ jobs:
220220 private-key : ${{ secrets.APP_PRIVATE_KEY }}
221221
222222 - name : Download all artifacts
223- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
223+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
224224 with :
225225 path : artifacts
226226 pattern : agentsync-*
@@ -230,7 +230,7 @@ jobs:
230230 run : ls -la artifacts/
231231
232232 - name : Upload to GitHub Release
233- uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
233+ uses : softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
234234 with :
235235 tag_name : ${{ needs.release-please.outputs.release_git_tag }}
236236 files : artifacts/*
@@ -290,15 +290,15 @@ jobs:
290290 g++ --version
291291
292292 - name : Download artifact
293- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
293+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
294294 with :
295295 name : agentsync-${{ matrix.config.target }}
296296 path : artifacts
297297
298298 - name : Setup Node.js
299- uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
299+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
300300 with :
301- node-version : " 24.13 "
301+ node-version : " 24.14 "
302302 registry-url : " https://registry.npmjs.org"
303303
304304 - name : Setup pnpm
@@ -454,9 +454,9 @@ jobs:
454454 g++ --version
455455
456456 - name : Setup Node.js
457- uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
457+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
458458 with :
459- node-version : " 24.13 "
459+ node-version : " 24.14 "
460460 registry-url : " https://registry.npmjs.org"
461461
462462 - name : Setup pnpm
@@ -569,7 +569,7 @@ jobs:
569569 type=raw,value=latest
570570
571571 - name : Build and push Docker image
572- uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
572+ uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
573573 with :
574574 context : .
575575 push : true
0 commit comments