15
15
runs-on : ubuntu-24.04
16
16
steps :
17
17
- name : Checkout repo
18
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
18
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
19
20
20
- name : Set up CLOC
21
21
run : |
33
33
package_version : ${{ steps.retrieve-version.outputs.package_version }}
34
34
steps :
35
35
- name : Checkout repo
36
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
36
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37
37
38
38
- name : Get Package Version
39
39
id : retrieve-version
@@ -52,10 +52,10 @@ jobs:
52
52
_PKG_FETCH_VERSION : 3.4
53
53
steps :
54
54
- name : Checkout repo
55
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
55
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
56
56
57
57
- name : Set up Node
58
- uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
58
+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
59
59
with :
60
60
cache : ' npm'
61
61
cache-dependency-path : ' **/package-lock.json'
@@ -123,14 +123,14 @@ jobs:
123
123
fi
124
124
125
125
- name : Upload Linux Zip to GitHub
126
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4 .0
126
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
127
127
with :
128
128
name : bwdc-linux-${{ env._PACKAGE_VERSION }}.zip
129
129
path : ./dist-cli/bwdc-linux-${{ env._PACKAGE_VERSION }}.zip
130
130
if-no-files-found : error
131
131
132
132
- name : Upload Linux checksum to GitHub
133
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4 .0
133
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
134
134
with :
135
135
name : bwdc-linux-sha256-${{ env._PACKAGE_VERSION }}.txt
136
136
path : ./dist-cli/bwdc-linux-sha256-${{ env._PACKAGE_VERSION }}.txt
@@ -147,10 +147,10 @@ jobs:
147
147
_PKG_FETCH_VERSION : 3.4
148
148
steps :
149
149
- name : Checkout repo
150
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
150
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
151
151
152
152
- name : Set up Node
153
- uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
153
+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
154
154
with :
155
155
cache : ' npm'
156
156
cache-dependency-path : ' **/package-lock.json'
@@ -211,14 +211,14 @@ jobs:
211
211
fi
212
212
213
213
- name : Upload Mac Zip to GitHub
214
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4 .0
214
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
215
215
with :
216
216
name : bwdc-macos-${{ env._PACKAGE_VERSION }}.zip
217
217
path : ./dist-cli/bwdc-macos-${{ env._PACKAGE_VERSION }}.zip
218
218
if-no-files-found : error
219
219
220
220
- name : Upload Mac checksum to GitHub
221
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4 .0
221
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
222
222
with :
223
223
name : bwdc-macos-sha256-${{ env._PACKAGE_VERSION }}.txt
224
224
path : ./dist-cli/bwdc-macos-sha256-${{ env._PACKAGE_VERSION }}.txt
@@ -234,15 +234,15 @@ jobs:
234
234
_WIN_PKG_VERSION : 3.4
235
235
steps :
236
236
- name : Checkout repo
237
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
237
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
238
238
239
239
- name : Setup Windows builder
240
240
run : |
241
241
choco install checksum --no-progress
242
242
choco install reshack --no-progress
243
243
244
244
- name : Set up Node
245
- uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
245
+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
246
246
with :
247
247
cache : ' npm'
248
248
cache-dependency-path : ' **/package-lock.json'
@@ -355,14 +355,14 @@ jobs:
355
355
-t sha256 | Out-File ./dist-cli/bwdc-windows-sha256-${env:_PACKAGE_VERSION}.txt
356
356
357
357
- name : Upload Windows Zip to GitHub
358
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4 .0
358
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
359
359
with :
360
360
name : bwdc-windows-${{ env._PACKAGE_VERSION }}.zip
361
361
path : ./dist-cli/bwdc-windows-${{ env._PACKAGE_VERSION }}.zip
362
362
if-no-files-found : error
363
363
364
364
- name : Upload Windows checksum to GitHub
365
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4 .0
365
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
366
366
with :
367
367
name : bwdc-windows-sha256-${{ env._PACKAGE_VERSION }}.txt
368
368
path : ./dist-cli/bwdc-windows-sha256-${{ env._PACKAGE_VERSION }}.txt
@@ -379,10 +379,10 @@ jobs:
379
379
HUSKY : 0
380
380
steps :
381
381
- name : Checkout repo
382
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
382
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
383
383
384
384
- name : Set up Node
385
- uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
385
+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
386
386
with :
387
387
cache : ' npm'
388
388
cache-dependency-path : ' **/package-lock.json'
@@ -415,28 +415,28 @@ jobs:
415
415
SIGNING_CERT_NAME : ${{ secrets.SIGNING_CERT_NAME }}
416
416
417
417
- name : Upload Portable Executable to GitHub
418
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4 .0
418
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
419
419
with :
420
420
name : Bitwarden-Connector-Portable-${{ env._PACKAGE_VERSION }}.exe
421
421
path : ./dist/Bitwarden-Connector-Portable-${{ env._PACKAGE_VERSION }}.exe
422
422
if-no-files-found : error
423
423
424
424
- name : Upload Installer Executable to GitHub
425
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4 .0
425
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
426
426
with :
427
427
name : Bitwarden-Connector-Installer-${{ env._PACKAGE_VERSION }}.exe
428
428
path : ./dist/Bitwarden-Connector-Installer-${{ env._PACKAGE_VERSION }}.exe
429
429
if-no-files-found : error
430
430
431
431
- name : Upload Installer Executable Blockmap to GitHub
432
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4 .0
432
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
433
433
with :
434
434
name : Bitwarden-Connector-Installer-${{ env._PACKAGE_VERSION }}.exe.blockmap
435
435
path : ./dist/Bitwarden-Connector-Installer-${{ env._PACKAGE_VERSION }}.exe.blockmap
436
436
if-no-files-found : error
437
437
438
438
- name : Upload latest auto-update artifact
439
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4 .0
439
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
440
440
with :
441
441
name : latest.yml
442
442
path : ./dist/latest.yml
@@ -453,10 +453,10 @@ jobs:
453
453
HUSKY : 0
454
454
steps :
455
455
- name : Checkout repo
456
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
456
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
457
457
458
458
- name : Set up Node
459
- uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
459
+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
460
460
with :
461
461
cache : ' npm'
462
462
cache-dependency-path : ' **/package-lock.json'
@@ -483,14 +483,14 @@ jobs:
483
483
run : npm run dist:lin
484
484
485
485
- name : Upload AppImage
486
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4 .0
486
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
487
487
with :
488
488
name : Bitwarden-Connector-${{ env._PACKAGE_VERSION }}-x86_64.AppImage
489
489
path : ./dist/Bitwarden-Connector-${{ env._PACKAGE_VERSION }}-x86_64.AppImage
490
490
if-no-files-found : error
491
491
492
492
- name : Upload latest auto-update artifact
493
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4 .0
493
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
494
494
with :
495
495
name : latest-linux.yml
496
496
path : ./dist/latest-linux.yml
@@ -507,10 +507,10 @@ jobs:
507
507
HUSKY : 0
508
508
steps :
509
509
- name : Checkout repo
510
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
510
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
511
511
512
512
- name : Set up Node
513
- uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
513
+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
514
514
with :
515
515
cache : ' npm'
516
516
cache-dependency-path : ' **/package-lock.json'
@@ -594,28 +594,28 @@ jobs:
594
594
CSC_FOR_PULL_REQUEST : true
595
595
596
596
- name : Upload .zip artifact
597
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4 .0
597
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
598
598
with :
599
599
name : Bitwarden-Connector-${{ env._PACKAGE_VERSION }}-mac.zip
600
600
path : ./dist/Bitwarden-Connector-${{ env._PACKAGE_VERSION }}-mac.zip
601
601
if-no-files-found : error
602
602
603
603
- name : Upload .dmg artifact
604
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4 .0
604
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
605
605
with :
606
606
name : Bitwarden-Connector-${{ env._PACKAGE_VERSION }}.dmg
607
607
path : ./dist/Bitwarden-Connector-${{ env._PACKAGE_VERSION }}.dmg
608
608
if-no-files-found : error
609
609
610
610
- name : Upload .dmg Blockmap artifact
611
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4 .0
611
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
612
612
with :
613
613
name : Bitwarden-Connector-${{ env._PACKAGE_VERSION }}.dmg.blockmap
614
614
path : ./dist/Bitwarden-Connector-${{ env._PACKAGE_VERSION }}.dmg.blockmap
615
615
if-no-files-found : error
616
616
617
617
- name : Upload latest auto-update artifact
618
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4 .0
618
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
619
619
with :
620
620
name : latest-mac.yml
621
621
path : ./dist/latest-mac.yml
0 commit comments