Skip to content

Commit 5719af7

Browse files
[deps]: Update gh minor
1 parent 23d285a commit 5719af7

File tree

6 files changed

+32
-32
lines changed

6 files changed

+32
-32
lines changed

.github/workflows/build.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5656

5757
- name: Set up Node
58-
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
58+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
5959
with:
6060
cache: 'npm'
6161
cache-dependency-path: '**/package-lock.json'
@@ -123,14 +123,14 @@ jobs:
123123
fi
124124
125125
- name: Upload Linux Zip to GitHub
126-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
126+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
127127
with:
128128
name: bwdc-linux-${{ env._PACKAGE_VERSION }}.zip
129129
path: ./dist-cli/bwdc-linux-${{ env._PACKAGE_VERSION }}.zip
130130
if-no-files-found: error
131131

132132
- name: Upload Linux checksum to GitHub
133-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
133+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
134134
with:
135135
name: bwdc-linux-sha256-${{ env._PACKAGE_VERSION }}.txt
136136
path: ./dist-cli/bwdc-linux-sha256-${{ env._PACKAGE_VERSION }}.txt
@@ -150,7 +150,7 @@ jobs:
150150
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
151151

152152
- name: Set up Node
153-
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
153+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
154154
with:
155155
cache: 'npm'
156156
cache-dependency-path: '**/package-lock.json'
@@ -211,14 +211,14 @@ jobs:
211211
fi
212212
213213
- name: Upload Mac Zip to GitHub
214-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
214+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
215215
with:
216216
name: bwdc-macos-${{ env._PACKAGE_VERSION }}.zip
217217
path: ./dist-cli/bwdc-macos-${{ env._PACKAGE_VERSION }}.zip
218218
if-no-files-found: error
219219

220220
- name: Upload Mac checksum to GitHub
221-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
221+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
222222
with:
223223
name: bwdc-macos-sha256-${{ env._PACKAGE_VERSION }}.txt
224224
path: ./dist-cli/bwdc-macos-sha256-${{ env._PACKAGE_VERSION }}.txt
@@ -242,7 +242,7 @@ jobs:
242242
choco install reshack --no-progress
243243
244244
- name: Set up Node
245-
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
245+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
246246
with:
247247
cache: 'npm'
248248
cache-dependency-path: '**/package-lock.json'
@@ -355,14 +355,14 @@ jobs:
355355
-t sha256 | Out-File ./dist-cli/bwdc-windows-sha256-${env:_PACKAGE_VERSION}.txt
356356
357357
- name: Upload Windows Zip to GitHub
358-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
358+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
359359
with:
360360
name: bwdc-windows-${{ env._PACKAGE_VERSION }}.zip
361361
path: ./dist-cli/bwdc-windows-${{ env._PACKAGE_VERSION }}.zip
362362
if-no-files-found: error
363363

364364
- name: Upload Windows checksum to GitHub
365-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
365+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
366366
with:
367367
name: bwdc-windows-sha256-${{ env._PACKAGE_VERSION }}.txt
368368
path: ./dist-cli/bwdc-windows-sha256-${{ env._PACKAGE_VERSION }}.txt
@@ -382,7 +382,7 @@ jobs:
382382
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
383383

384384
- name: Set up Node
385-
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
385+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
386386
with:
387387
cache: 'npm'
388388
cache-dependency-path: '**/package-lock.json'
@@ -431,28 +431,28 @@ jobs:
431431
SIGNING_CERT_NAME: ${{ steps.retrieve-secrets.outputs.code-signing-cert-name }}
432432

433433
- name: Upload Portable Executable to GitHub
434-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
434+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
435435
with:
436436
name: Bitwarden-Connector-Portable-${{ env._PACKAGE_VERSION }}.exe
437437
path: ./dist/Bitwarden-Connector-Portable-${{ env._PACKAGE_VERSION }}.exe
438438
if-no-files-found: error
439439

440440
- name: Upload Installer Executable to GitHub
441-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
441+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
442442
with:
443443
name: Bitwarden-Connector-Installer-${{ env._PACKAGE_VERSION }}.exe
444444
path: ./dist/Bitwarden-Connector-Installer-${{ env._PACKAGE_VERSION }}.exe
445445
if-no-files-found: error
446446

447447
- name: Upload Installer Executable Blockmap to GitHub
448-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
448+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
449449
with:
450450
name: Bitwarden-Connector-Installer-${{ env._PACKAGE_VERSION }}.exe.blockmap
451451
path: ./dist/Bitwarden-Connector-Installer-${{ env._PACKAGE_VERSION }}.exe.blockmap
452452
if-no-files-found: error
453453

454454
- name: Upload latest auto-update artifact
455-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
455+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
456456
with:
457457
name: latest.yml
458458
path: ./dist/latest.yml
@@ -472,7 +472,7 @@ jobs:
472472
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
473473

474474
- name: Set up Node
475-
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
475+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
476476
with:
477477
cache: 'npm'
478478
cache-dependency-path: '**/package-lock.json'
@@ -499,14 +499,14 @@ jobs:
499499
run: npm run dist:lin
500500

501501
- name: Upload AppImage
502-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
502+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
503503
with:
504504
name: Bitwarden-Connector-${{ env._PACKAGE_VERSION }}-x86_64.AppImage
505505
path: ./dist/Bitwarden-Connector-${{ env._PACKAGE_VERSION }}-x86_64.AppImage
506506
if-no-files-found: error
507507

508508
- name: Upload latest auto-update artifact
509-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
509+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
510510
with:
511511
name: latest-linux.yml
512512
path: ./dist/latest-linux.yml
@@ -526,7 +526,7 @@ jobs:
526526
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
527527

528528
- name: Set up Node
529-
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
529+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
530530
with:
531531
cache: 'npm'
532532
cache-dependency-path: '**/package-lock.json'
@@ -610,28 +610,28 @@ jobs:
610610
CSC_FOR_PULL_REQUEST: true
611611

612612
- name: Upload .zip artifact
613-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
613+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
614614
with:
615615
name: Bitwarden-Connector-${{ env._PACKAGE_VERSION }}-mac.zip
616616
path: ./dist/Bitwarden-Connector-${{ env._PACKAGE_VERSION }}-mac.zip
617617
if-no-files-found: error
618618

619619
- name: Upload .dmg artifact
620-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
620+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
621621
with:
622622
name: Bitwarden-Connector-${{ env._PACKAGE_VERSION }}.dmg
623623
path: ./dist/Bitwarden-Connector-${{ env._PACKAGE_VERSION }}.dmg
624624
if-no-files-found: error
625625

626626
- name: Upload .dmg Blockmap artifact
627-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
627+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
628628
with:
629629
name: Bitwarden-Connector-${{ env._PACKAGE_VERSION }}.dmg.blockmap
630630
path: ./dist/Bitwarden-Connector-${{ env._PACKAGE_VERSION }}.dmg.blockmap
631631
if-no-files-found: error
632632

633633
- name: Upload latest auto-update artifact
634-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
634+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
635635
with:
636636
name: latest-mac.yml
637637
path: ./dist/latest-mac.yml

.github/workflows/integration-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
echo "node_version=$NODE_VERSION" >> $GITHUB_OUTPUT
4141
4242
- name: Set up Node
43-
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
43+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
4444
with:
4545
cache: 'npm'
4646
cache-dependency-path: '**/package-lock.json'
@@ -70,7 +70,7 @@ jobs:
7070
fail-on-error: true
7171

7272
- name: Upload coverage to codecov.io
73-
uses: codecov/codecov-action@5a605bd92782ce0810fa3b8acc235c921b497052 # v5.2.0
73+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
7474

7575
- name: Upload results to codecov.io
76-
uses: codecov/test-results-action@4e79e65778be1cecd5df25e14af1eafb6df80ea9 # v1.0.2
76+
uses: codecov/test-results-action@f2dba722c67b86c6caa034178c6e4d35335f6706 # v1.1.0

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: Create release
6666
if: ${{ inputs.release_type != 'Dry Run' }}
67-
uses: ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v1.15.0
67+
uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16.0
6868
env:
6969
PKG_VERSION: ${{ needs.setup.outputs.release_version }}
7070
with:

.github/workflows/scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
ref: ${{ github.event.pull_request.head.sha }}
3030

3131
- name: Scan with Checkmarx
32-
uses: checkmarx/ast-github-action@184bf2f64f55d1c93fd6636d539edf274703e434 # 2.0.41
32+
uses: checkmarx/ast-github-action@ef93013c95adc60160bc22060875e90800d3ecfc # 2.3.19
3333
env:
3434
INCREMENTAL: "${{ contains(github.event_name, 'pull_request') && '--sast-incremental' || '' }}"
3535
with:
@@ -44,7 +44,7 @@ jobs:
4444
--output-path . ${{ env.INCREMENTAL }}
4545
4646
- name: Upload Checkmarx results to GitHub
47-
uses: github/codeql-action/upload-sarif@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v3.28.3
47+
uses: github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
4848
with:
4949
sarif_file: cx_result.sarif
5050
sha: ${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.sha || github.sha }}

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
echo "node_version=$NODE_VERSION" >> $GITHUB_OUTPUT
3333
3434
- name: Set up Node
35-
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
35+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3636
with:
3737
cache: 'npm'
3838
cache-dependency-path: '**/package-lock.json'
@@ -60,7 +60,7 @@ jobs:
6060
fail-on-error: true
6161

6262
- name: Upload coverage to codecov.io
63-
uses: codecov/codecov-action@5a605bd92782ce0810fa3b8acc235c921b497052 # v5.2.0
63+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
6464

6565
- name: Upload results to codecov.io
66-
uses: codecov/test-results-action@4e79e65778be1cecd5df25e14af1eafb6df80ea9 # v1.0.2
66+
uses: codecov/test-results-action@f2dba722c67b86c6caa034178c6e4d35335f6706 # v1.1.0

.github/workflows/version-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
version: ${{ inputs.version_number_override }}
2121

2222
- name: Generate GH App token
23-
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
23+
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
2424
id: app-token
2525
with:
2626
app-id: ${{ secrets.BW_GHAPP_ID }}

0 commit comments

Comments
 (0)