13
13
runs-on : ubuntu-24.04
14
14
steps :
15
15
- name : Checkout repo
16
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
16
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
17
17
18
18
- name : Set up CLOC
19
19
run : |
31
31
package_version : ${{ steps.retrieve-version.outputs.package_version }}
32
32
steps :
33
33
- name : Checkout repo
34
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
34
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
35
35
36
36
- name : Get Package Version
37
37
id : retrieve-version
50
50
_PKG_FETCH_VERSION : 3.4
51
51
steps :
52
52
- name : Checkout repo
53
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
53
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
54
54
55
55
- name : Set up Node
56
56
uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
@@ -121,14 +121,14 @@ jobs:
121
121
fi
122
122
123
123
- name : Upload Linux Zip to GitHub
124
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
124
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
125
125
with :
126
126
name : bwdc-linux-${{ env._PACKAGE_VERSION }}.zip
127
127
path : ./dist-cli/bwdc-linux-${{ env._PACKAGE_VERSION }}.zip
128
128
if-no-files-found : error
129
129
130
130
- name : Upload Linux checksum to GitHub
131
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
131
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
132
132
with :
133
133
name : bwdc-linux-sha256-${{ env._PACKAGE_VERSION }}.txt
134
134
path : ./dist-cli/bwdc-linux-sha256-${{ env._PACKAGE_VERSION }}.txt
@@ -145,7 +145,7 @@ jobs:
145
145
_PKG_FETCH_VERSION : 3.4
146
146
steps :
147
147
- name : Checkout repo
148
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
148
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
149
149
150
150
- name : Set up Node
151
151
uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
@@ -209,14 +209,14 @@ jobs:
209
209
fi
210
210
211
211
- name : Upload Mac Zip to GitHub
212
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
212
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
213
213
with :
214
214
name : bwdc-macos-${{ env._PACKAGE_VERSION }}.zip
215
215
path : ./dist-cli/bwdc-macos-${{ env._PACKAGE_VERSION }}.zip
216
216
if-no-files-found : error
217
217
218
218
- name : Upload Mac checksum to GitHub
219
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
219
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
220
220
with :
221
221
name : bwdc-macos-sha256-${{ env._PACKAGE_VERSION }}.txt
222
222
path : ./dist-cli/bwdc-macos-sha256-${{ env._PACKAGE_VERSION }}.txt
@@ -232,7 +232,7 @@ jobs:
232
232
_WIN_PKG_VERSION : 3.4
233
233
steps :
234
234
- name : Checkout repo
235
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
235
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
236
236
237
237
- name : Setup Windows builder
238
238
run : |
@@ -353,14 +353,14 @@ jobs:
353
353
-t sha256 | Out-File ./dist-cli/bwdc-windows-sha256-${env:_PACKAGE_VERSION}.txt
354
354
355
355
- name : Upload Windows Zip to GitHub
356
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
356
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
357
357
with :
358
358
name : bwdc-windows-${{ env._PACKAGE_VERSION }}.zip
359
359
path : ./dist-cli/bwdc-windows-${{ env._PACKAGE_VERSION }}.zip
360
360
if-no-files-found : error
361
361
362
362
- name : Upload Windows checksum to GitHub
363
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
363
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
364
364
with :
365
365
name : bwdc-windows-sha256-${{ env._PACKAGE_VERSION }}.txt
366
366
path : ./dist-cli/bwdc-windows-sha256-${{ env._PACKAGE_VERSION }}.txt
@@ -377,7 +377,7 @@ jobs:
377
377
HUSKY : 0
378
378
steps :
379
379
- name : Checkout repo
380
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
380
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
381
381
382
382
- name : Set up Node
383
383
uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
@@ -413,28 +413,28 @@ jobs:
413
413
SIGNING_CERT_NAME : ${{ secrets.SIGNING_CERT_NAME }}
414
414
415
415
- name : Upload Portable Executable to GitHub
416
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
416
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
417
417
with :
418
418
name : Bitwarden-Connector-Portable-${{ env._PACKAGE_VERSION }}.exe
419
419
path : ./dist/Bitwarden-Connector-Portable-${{ env._PACKAGE_VERSION }}.exe
420
420
if-no-files-found : error
421
421
422
422
- name : Upload Installer Executable to GitHub
423
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
423
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
424
424
with :
425
425
name : Bitwarden-Connector-Installer-${{ env._PACKAGE_VERSION }}.exe
426
426
path : ./dist/Bitwarden-Connector-Installer-${{ env._PACKAGE_VERSION }}.exe
427
427
if-no-files-found : error
428
428
429
429
- name : Upload Installer Executable Blockmap to GitHub
430
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
430
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
431
431
with :
432
432
name : Bitwarden-Connector-Installer-${{ env._PACKAGE_VERSION }}.exe.blockmap
433
433
path : ./dist/Bitwarden-Connector-Installer-${{ env._PACKAGE_VERSION }}.exe.blockmap
434
434
if-no-files-found : error
435
435
436
436
- name : Upload latest auto-update artifact
437
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
437
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
438
438
with :
439
439
name : latest.yml
440
440
path : ./dist/latest.yml
@@ -451,7 +451,7 @@ jobs:
451
451
HUSKY : 0
452
452
steps :
453
453
- name : Checkout repo
454
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
454
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
455
455
456
456
- name : Set up Node
457
457
uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
@@ -481,14 +481,14 @@ jobs:
481
481
run : npm run dist:lin
482
482
483
483
- name : Upload AppImage
484
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
484
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
485
485
with :
486
486
name : Bitwarden-Connector-${{ env._PACKAGE_VERSION }}-x86_64.AppImage
487
487
path : ./dist/Bitwarden-Connector-${{ env._PACKAGE_VERSION }}-x86_64.AppImage
488
488
if-no-files-found : error
489
489
490
490
- name : Upload latest auto-update artifact
491
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
491
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
492
492
with :
493
493
name : latest-linux.yml
494
494
path : ./dist/latest-linux.yml
@@ -505,7 +505,7 @@ jobs:
505
505
HUSKY : 0
506
506
steps :
507
507
- name : Checkout repo
508
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
508
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
509
509
510
510
- name : Set up Node
511
511
uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
@@ -592,28 +592,28 @@ jobs:
592
592
CSC_FOR_PULL_REQUEST : true
593
593
594
594
- name : Upload .zip artifact
595
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
595
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
596
596
with :
597
597
name : Bitwarden-Connector-${{ env._PACKAGE_VERSION }}-mac.zip
598
598
path : ./dist/Bitwarden-Connector-${{ env._PACKAGE_VERSION }}-mac.zip
599
599
if-no-files-found : error
600
600
601
601
- name : Upload .dmg artifact
602
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
602
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
603
603
with :
604
604
name : Bitwarden-Connector-${{ env._PACKAGE_VERSION }}.dmg
605
605
path : ./dist/Bitwarden-Connector-${{ env._PACKAGE_VERSION }}.dmg
606
606
if-no-files-found : error
607
607
608
608
- name : Upload .dmg Blockmap artifact
609
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
609
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
610
610
with :
611
611
name : Bitwarden-Connector-${{ env._PACKAGE_VERSION }}.dmg.blockmap
612
612
path : ./dist/Bitwarden-Connector-${{ env._PACKAGE_VERSION }}.dmg.blockmap
613
613
if-no-files-found : error
614
614
615
615
- name : Upload latest auto-update artifact
616
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
616
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
617
617
with :
618
618
name : latest-mac.yml
619
619
path : ./dist/latest-mac.yml
0 commit comments