8989 ls -la dist/
9090
9191 - name : Upload build artifacts
92- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
92+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
9393 with :
9494 name : cli-build-${{ inputs.shell }}-${{ inputs.version }}
9595 path : |
@@ -119,7 +119,7 @@ jobs:
119119 uses : ./.github/actions/setup
120120
121121 - name : Download build artifacts
122- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
122+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
123123 with :
124124 name : cli-build-${{ inputs.shell }}-${{ inputs.version }}
125125
@@ -139,7 +139,7 @@ jobs:
139139
140140 - name : Setup QEMU for cross-platform Docker
141141 if : runner.os == 'Linux'
142- uses : docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3
142+ uses : docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
143143
144144 # Cache the smoke-test base images across runs. Without this, eight
145145 # parallel `docker run` calls in smoke-test-linux.ts race on first-time
@@ -149,7 +149,7 @@ jobs:
149149 - name : Cache smoke-test docker images
150150 if : runner.os == 'Linux'
151151 id : smoke-docker-cache
152- uses : actions/cache@v4
152+ uses : actions/cache@v5
153153 with :
154154 path : ~/.cache/smoke-docker-images.tar
155155 key : smoke-docker-images-debian-bookworm-slim-amazonlinux-2023-alpine-3.21-v1
@@ -219,7 +219,7 @@ jobs:
219219 uses : ./.github/actions/setup
220220
221221 - name : Download build artifacts
222- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
222+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
223223 with :
224224 name : cli-build-${{ inputs.shell }}-${{ inputs.version }}
225225
@@ -288,7 +288,7 @@ jobs:
288288 done
289289
290290 - name : Create draft GitHub Release
291- uses : softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2
291+ uses : softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v2
292292 with :
293293 tag_name : v${{ inputs.version }}
294294 name : v${{ inputs.version }}
@@ -337,13 +337,13 @@ jobs:
337337 uses : ./.github/actions/setup
338338
339339 - name : Download build artifacts
340- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
340+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
341341 with :
342342 name : cli-build-${{ inputs.shell }}-${{ inputs.version }}
343343
344344 - name : Generate Homebrew tap token
345345 id : app-token
346- uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
346+ uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
347347 with :
348348 app-id : ${{ secrets.APP_ID }}
349349 private-key : ${{ secrets.GH_APP_PRIVATE_KEY }}
@@ -379,13 +379,13 @@ jobs:
379379 uses : ./.github/actions/setup
380380
381381 - name : Download build artifacts
382- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
382+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
383383 with :
384384 name : cli-build-${{ inputs.shell }}-${{ inputs.version }}
385385
386386 - name : Generate Scoop bucket token
387387 id : app-token
388- uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
388+ uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
389389 with :
390390 app-id : ${{ secrets.APP_ID }}
391391 private-key : ${{ secrets.GH_APP_PRIVATE_KEY }}
0 commit comments