|
89 | 89 | ls -la dist/ |
90 | 90 |
|
91 | 91 | - name: Upload build artifacts |
92 | | - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 |
| 92 | + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 |
93 | 93 | with: |
94 | 94 | name: cli-build-${{ inputs.shell }}-${{ inputs.version }} |
95 | 95 | path: | |
@@ -119,13 +119,13 @@ jobs: |
119 | 119 | uses: ./.github/actions/setup |
120 | 120 |
|
121 | 121 | - name: Download build artifacts |
122 | | - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 |
| 122 | + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 |
123 | 123 | with: |
124 | 124 | name: cli-build-${{ inputs.shell }}-${{ inputs.version }} |
125 | 125 |
|
126 | 126 | - name: Setup QEMU for cross-platform Docker |
127 | 127 | if: runner.os == 'Linux' |
128 | | - uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3 |
| 128 | + uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0 |
129 | 129 |
|
130 | 130 | - name: Install Scoop |
131 | 131 | if: runner.os == 'Windows' |
@@ -165,7 +165,7 @@ jobs: |
165 | 165 | uses: ./.github/actions/setup |
166 | 166 |
|
167 | 167 | - name: Download build artifacts |
168 | | - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 |
| 168 | + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 |
169 | 169 | with: |
170 | 170 | name: cli-build-${{ inputs.shell }}-${{ inputs.version }} |
171 | 171 |
|
@@ -234,7 +234,7 @@ jobs: |
234 | 234 | done |
235 | 235 |
|
236 | 236 | - name: Create draft GitHub Release |
237 | | - uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2 |
| 237 | + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v2 |
238 | 238 | with: |
239 | 239 | tag_name: v${{ inputs.version }} |
240 | 240 | name: v${{ inputs.version }} |
@@ -283,13 +283,13 @@ jobs: |
283 | 283 | uses: ./.github/actions/setup |
284 | 284 |
|
285 | 285 | - name: Download build artifacts |
286 | | - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 |
| 286 | + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 |
287 | 287 | with: |
288 | 288 | name: cli-build-${{ inputs.shell }}-${{ inputs.version }} |
289 | 289 |
|
290 | 290 | - name: Generate Homebrew tap token |
291 | 291 | id: app-token |
292 | | - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 |
| 292 | + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 |
293 | 293 | with: |
294 | 294 | app-id: ${{ secrets.APP_ID }} |
295 | 295 | private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} |
@@ -325,13 +325,13 @@ jobs: |
325 | 325 | uses: ./.github/actions/setup |
326 | 326 |
|
327 | 327 | - name: Download build artifacts |
328 | | - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 |
| 328 | + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 |
329 | 329 | with: |
330 | 330 | name: cli-build-${{ inputs.shell }}-${{ inputs.version }} |
331 | 331 |
|
332 | 332 | - name: Generate Scoop bucket token |
333 | 333 | id: app-token |
334 | | - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 |
| 334 | + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 |
335 | 335 | with: |
336 | 336 | app-id: ${{ secrets.APP_ID }} |
337 | 337 | private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} |
|
0 commit comments