2222 sign : ${{ steps.sign.outputs.sign }}
2323 steps :
2424 - name : Checkout repo
25- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
25+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2626 with :
2727 persist-credentials : false
2828
6262 target : aarch64-pc-windows-msvc
6363 steps :
6464 - name : Checkout repo
65- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
65+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
6666 with :
6767 persist-credentials : false
6868
7373 targets : ${{ matrix.settings.target }}
7474
7575 - name : Cache cargo registry
76- uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
76+ uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
7777 with :
7878 key : ${{ matrix.settings.target }}-cargo-${{ matrix.settings.os }}
7979
@@ -134,7 +134,7 @@ jobs:
134134 run : 7z a ./bws-${{ matrix.settings.target }}-%_PACKAGE_VERSION%.zip ./target/${{ matrix.settings.target }}/release/bws.exe
135135
136136 - name : Upload artifact
137- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
137+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
138138 with :
139139 name : bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip
140140 path : ./bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip
@@ -161,7 +161,7 @@ jobs:
161161
162162 steps :
163163 - name : Checkout repo
164- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
164+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
165165 with :
166166 persist-credentials : false
167167
@@ -172,7 +172,7 @@ jobs:
172172 targets : ${{ matrix.settings.target }}
173173
174174 - name : Cache cargo registry
175- uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
175+ uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
176176 with :
177177 key : ${{ matrix.settings.target }}-cargo-${{ matrix.settings.os }}
178178
@@ -260,7 +260,7 @@ jobs:
260260 xcrun notarytool submit "./bws-${{ matrix.settings.target }}-${_PACKAGE_VERSION}.zip" --keychain-profile "notarytool-profile" --wait
261261
262262 - name : Upload artifact
263- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
263+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
264264 with :
265265 name : bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip
266266 path : ./bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip
@@ -291,7 +291,7 @@ jobs:
291291 target : aarch64-unknown-linux-gnu
292292 steps :
293293 - name : Checkout repo
294- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
294+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
295295 with :
296296 persist-credentials : false
297297
@@ -307,7 +307,7 @@ jobs:
307307 version : 0.15.1
308308
309309 - name : Cache cargo registry
310- uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
310+ uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
311311 with :
312312 key : ${{ matrix.settings.target }}-cargo-${{ matrix.settings.os }}
313313
@@ -323,7 +323,7 @@ jobs:
323323 run : zip -j "./bws-${{ matrix.settings.target }}-${_PACKAGE_VERSION}.zip" ./target/${{ matrix.settings.target }}/release/bws
324324
325325 - name : Upload artifact
326- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
326+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
327327 with :
328328 name : bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip
329329 path : ./bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip
@@ -342,7 +342,7 @@ jobs:
342342 _PACKAGE_VERSION : ${{ needs.setup.outputs.package_version }}
343343 steps :
344344 - name : Checkout repo
345- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
345+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
346346 with :
347347 persist-credentials : false
348348
@@ -445,7 +445,7 @@ jobs:
445445 xcrun notarytool submit "./bws-macos-universal-${_PACKAGE_VERSION}.zip" --keychain-profile "notarytool-profile" --wait
446446
447447 - name : Upload artifact
448- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
448+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
449449 with :
450450 name : bws-macos-universal-${{ env._PACKAGE_VERSION }}.zip
451451 path : ./bws-macos-universal-${{ env._PACKAGE_VERSION }}.zip
@@ -460,7 +460,7 @@ jobs:
460460 contents : read
461461 steps :
462462 - name : Checkout repo
463- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
463+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
464464 with :
465465 persist-credentials : false
466466
@@ -470,7 +470,7 @@ jobs:
470470 toolchain : stable
471471
472472 - name : Cache cargo registry
473- uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
473+ uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
474474 with :
475475 key : cargo-cli-about
476476
@@ -484,7 +484,7 @@ jobs:
484484 sed -i.bak "s/\$NAME\$/Bitwarden Secrets Manager CLI/g" THIRDPARTY.html
485485
486486 - name : Upload artifact
487- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
487+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
488488 with :
489489 name : THIRDPARTY.html
490490 path : ./crates/bws/THIRDPARTY.html
@@ -498,7 +498,7 @@ jobs:
498498 contents : read
499499 steps :
500500 - name : Checkout repo
501- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
501+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
502502 with :
503503 persist-credentials : false
504504
@@ -508,7 +508,7 @@ jobs:
508508 toolchain : stable
509509
510510 - name : Cache cargo registry
511- uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
511+ uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
512512 with :
513513 key : cargo-cli-manpage
514514
@@ -519,7 +519,7 @@ jobs:
519519 mv "$OUT_DIR/manpages" .
520520
521521 - name : Upload artifact
522- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
522+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
523523 with :
524524 name : manpages
525525 path : ./manpages/*
0 commit comments