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