9292 ls -la dist/
9393
9494 - name : Upload build artifacts
95- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
95+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
9696 with :
9797 name : cli-build-${{ inputs.shell }}-${{ inputs.version }}
9898 path : |
@@ -124,7 +124,7 @@ jobs:
124124 uses : ./.github/actions/setup
125125
126126 - name : Download build artifacts
127- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
127+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
128128 with :
129129 name : cli-build-${{ inputs.shell }}-${{ inputs.version }}
130130
@@ -144,7 +144,7 @@ jobs:
144144
145145 - name : Setup QEMU for cross-platform Docker
146146 if : runner.os == 'Linux'
147- uses : docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3
147+ uses : docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
148148
149149 # Cache the smoke-test base images across runs. Without this, eight
150150 # parallel `docker run` calls in smoke-test-linux.ts race on first-time
@@ -154,7 +154,7 @@ jobs:
154154 - name : Cache smoke-test docker images
155155 if : runner.os == 'Linux'
156156 id : smoke-docker-cache
157- uses : actions/cache@v4
157+ uses : actions/cache@v5
158158 with :
159159 path : ~/.cache/smoke-docker-images.tar
160160 key : smoke-docker-images-debian-bookworm-slim-amazonlinux-2023-alpine-3.21-v1
@@ -229,7 +229,7 @@ jobs:
229229 uses : ./.github/actions/setup
230230
231231 - name : Download build artifacts
232- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
232+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
233233 with :
234234 name : cli-build-${{ inputs.shell }}-${{ inputs.version }}
235235
@@ -298,7 +298,7 @@ jobs:
298298 done
299299
300300 - name : Create draft GitHub Release
301- uses : softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2
301+ uses : softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v2
302302 with :
303303 tag_name : v${{ inputs.version }}
304304 name : v${{ inputs.version }}
@@ -358,13 +358,13 @@ jobs:
358358 uses : ./.github/actions/setup
359359
360360 - name : Download build artifacts
361- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
361+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
362362 with :
363363 name : cli-build-${{ inputs.shell }}-${{ inputs.version }}
364364
365365 - name : Generate Homebrew tap token
366366 id : app-token
367- uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
367+ uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
368368 with :
369369 app-id : ${{ secrets.APP_ID }}
370370 private-key : ${{ secrets.GH_APP_PRIVATE_KEY }}
@@ -400,13 +400,13 @@ jobs:
400400 uses : ./.github/actions/setup
401401
402402 - name : Download build artifacts
403- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
403+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
404404 with :
405405 name : cli-build-${{ inputs.shell }}-${{ inputs.version }}
406406
407407 - name : Generate Scoop bucket token
408408 id : app-token
409- uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
409+ uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
410410 with :
411411 app-id : ${{ secrets.APP_ID }}
412412 private-key : ${{ secrets.GH_APP_PRIVATE_KEY }}
0 commit comments