Skip to content

Commit b32bbca

Browse files
[deps]: Update gh minor
1 parent d65f426 commit b32bbca

File tree

6 files changed

+37
-37
lines changed

6 files changed

+37
-37
lines changed

.github/workflows/build.yml

+24-24
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
steps:
1616
- name: Checkout repo
17-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
17+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
1818

1919
- name: Set up CLOC
2020
run: |
@@ -32,7 +32,7 @@ jobs:
3232
package_version: ${{ steps.retrieve-version.outputs.package_version }}
3333
steps:
3434
- name: Checkout repo
35-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
35+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
3636

3737
- name: Get Package Version
3838
id: retrieve-version
@@ -51,7 +51,7 @@ jobs:
5151
_PKG_FETCH_VERSION: 3.4
5252
steps:
5353
- name: Checkout repo
54-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
54+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
5555

5656
- name: Set up Node
5757
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
@@ -122,14 +122,14 @@ jobs:
122122
fi
123123
124124
- name: Upload Linux Zip to GitHub
125-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
125+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
126126
with:
127127
name: bwdc-linux-${{ env._PACKAGE_VERSION }}.zip
128128
path: ./dist-cli/bwdc-linux-${{ env._PACKAGE_VERSION }}.zip
129129
if-no-files-found: error
130130

131131
- name: Upload Linux checksum to GitHub
132-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
132+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
133133
with:
134134
name: bwdc-linux-sha256-${{ env._PACKAGE_VERSION }}.txt
135135
path: ./dist-cli/bwdc-linux-sha256-${{ env._PACKAGE_VERSION }}.txt
@@ -146,7 +146,7 @@ jobs:
146146
_PKG_FETCH_VERSION: 3.4
147147
steps:
148148
- name: Checkout repo
149-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
149+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
150150

151151
- name: Set up Node
152152
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
@@ -210,14 +210,14 @@ jobs:
210210
fi
211211
212212
- name: Upload Mac Zip to GitHub
213-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
213+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
214214
with:
215215
name: bwdc-macos-${{ env._PACKAGE_VERSION }}.zip
216216
path: ./dist-cli/bwdc-macos-${{ env._PACKAGE_VERSION }}.zip
217217
if-no-files-found: error
218218

219219
- name: Upload Mac checksum to GitHub
220-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
220+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
221221
with:
222222
name: bwdc-macos-sha256-${{ env._PACKAGE_VERSION }}.txt
223223
path: ./dist-cli/bwdc-macos-sha256-${{ env._PACKAGE_VERSION }}.txt
@@ -233,7 +233,7 @@ jobs:
233233
_WIN_PKG_VERSION: 3.4
234234
steps:
235235
- name: Checkout repo
236-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
236+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
237237

238238
- name: Setup Windows builder
239239
run: |
@@ -354,14 +354,14 @@ jobs:
354354
-t sha256 | Out-File ./dist-cli/bwdc-windows-sha256-${env:_PACKAGE_VERSION}.txt
355355
356356
- name: Upload Windows Zip to GitHub
357-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
357+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
358358
with:
359359
name: bwdc-windows-${{ env._PACKAGE_VERSION }}.zip
360360
path: ./dist-cli/bwdc-windows-${{ env._PACKAGE_VERSION }}.zip
361361
if-no-files-found: error
362362

363363
- name: Upload Windows checksum to GitHub
364-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
364+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
365365
with:
366366
name: bwdc-windows-sha256-${{ env._PACKAGE_VERSION }}.txt
367367
path: ./dist-cli/bwdc-windows-sha256-${{ env._PACKAGE_VERSION }}.txt
@@ -378,7 +378,7 @@ jobs:
378378
HUSKY: 0
379379
steps:
380380
- name: Checkout repo
381-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
381+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
382382

383383
- name: Set up Node
384384
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
@@ -414,28 +414,28 @@ jobs:
414414
SIGNING_CERT_NAME: ${{ secrets.SIGNING_CERT_NAME }}
415415

416416
- name: Upload Portable Executable to GitHub
417-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
417+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
418418
with:
419419
name: Bitwarden-Connector-Portable-${{ env._PACKAGE_VERSION }}.exe
420420
path: ./dist/Bitwarden-Connector-Portable-${{ env._PACKAGE_VERSION }}.exe
421421
if-no-files-found: error
422422

423423
- name: Upload Installer Executable to GitHub
424-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
424+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
425425
with:
426426
name: Bitwarden-Connector-Installer-${{ env._PACKAGE_VERSION }}.exe
427427
path: ./dist/Bitwarden-Connector-Installer-${{ env._PACKAGE_VERSION }}.exe
428428
if-no-files-found: error
429429

430430
- 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
432432
with:
433433
name: Bitwarden-Connector-Installer-${{ env._PACKAGE_VERSION }}.exe.blockmap
434434
path: ./dist/Bitwarden-Connector-Installer-${{ env._PACKAGE_VERSION }}.exe.blockmap
435435
if-no-files-found: error
436436

437437
- name: Upload latest auto-update artifact
438-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
438+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
439439
with:
440440
name: latest.yml
441441
path: ./dist/latest.yml
@@ -452,7 +452,7 @@ jobs:
452452
HUSKY: 0
453453
steps:
454454
- name: Checkout repo
455-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
455+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
456456

457457
- name: Set up Node
458458
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
@@ -482,14 +482,14 @@ jobs:
482482
run: npm run dist:lin
483483

484484
- name: Upload AppImage
485-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
485+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
486486
with:
487487
name: Bitwarden-Connector-${{ env._PACKAGE_VERSION }}-x86_64.AppImage
488488
path: ./dist/Bitwarden-Connector-${{ env._PACKAGE_VERSION }}-x86_64.AppImage
489489
if-no-files-found: error
490490

491491
- name: Upload latest auto-update artifact
492-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
492+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
493493
with:
494494
name: latest-linux.yml
495495
path: ./dist/latest-linux.yml
@@ -506,7 +506,7 @@ jobs:
506506
HUSKY: 0
507507
steps:
508508
- name: Checkout repo
509-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
509+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
510510

511511
- name: Set up Node
512512
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
@@ -593,28 +593,28 @@ jobs:
593593
CSC_FOR_PULL_REQUEST: true
594594

595595
- name: Upload .zip artifact
596-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
596+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
597597
with:
598598
name: Bitwarden-Connector-${{ env._PACKAGE_VERSION }}-mac.zip
599599
path: ./dist/Bitwarden-Connector-${{ env._PACKAGE_VERSION }}-mac.zip
600600
if-no-files-found: error
601601

602602
- name: Upload .dmg artifact
603-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
603+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
604604
with:
605605
name: Bitwarden-Connector-${{ env._PACKAGE_VERSION }}.dmg
606606
path: ./dist/Bitwarden-Connector-${{ env._PACKAGE_VERSION }}.dmg
607607
if-no-files-found: error
608608

609609
- name: Upload .dmg Blockmap artifact
610-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
610+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
611611
with:
612612
name: Bitwarden-Connector-${{ env._PACKAGE_VERSION }}.dmg.blockmap
613613
path: ./dist/Bitwarden-Connector-${{ env._PACKAGE_VERSION }}.dmg.blockmap
614614
if-no-files-found: error
615615

616616
- name: Upload latest auto-update artifact
617-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
617+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
618618
with:
619619
name: latest-mac.yml
620620
path: ./dist/latest-mac.yml

.github/workflows/integration-test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
steps:
4646
- name: Check out repo
47-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
47+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
4848

4949
- name: Get Node version
5050
id: retrieve-node-version
@@ -54,7 +54,7 @@ jobs:
5454
echo "node_version=$NODE_VERSION" >> $GITHUB_OUTPUT
5555
5656
- name: Set up Node
57-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
57+
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
5858
with:
5959
cache: 'npm'
6060
cache-dependency-path: '**/package-lock.json'
@@ -84,13 +84,13 @@ jobs:
8484
fail-on-error: true
8585

8686
- name: Upload coverage to codecov.io
87-
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
87+
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
8888
if: ${{ needs.check-test-secrets.outputs.available == 'true' }}
8989
env:
9090
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
9191

9292
- name: Upload results to codecov.io
93-
uses: codecov/test-results-action@1b5b448b98e58ba90d1a1a1d9fcb72ca2263be46 # v1.0.0
93+
uses: codecov/test-results-action@9739113ad922ea0a9abb4b2c0f8bf6a4aa8ef820 # v1.0.1
9494
if: ${{ needs.check-test-secrets.outputs.available == 'true' }}
9595
env:
9696
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
release-version: ${{ steps.version.outputs.version }}
2323
steps:
2424
- name: Checkout repo
25-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
25+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2626

2727
- name: Branch check
2828
if: ${{ github.event.inputs.release_type != 'Dry Run' }}

.github/workflows/scan.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424

2525
steps:
2626
- name: Check out repo
27-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
27+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2828
with:
2929
ref: ${{ github.event.pull_request.head.sha }}
3030

3131
- name: Scan with Checkmarx
32-
uses: checkmarx/ast-github-action@ed196cdaec9cd1bc5aacac4ca2010dd773b20893 # 2.0.35
32+
uses: checkmarx/ast-github-action@f0869bd1a37fddc06499a096101e6c900e815d81 # 2.0.36
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@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
47+
uses: github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
4848
with:
4949
sarif_file: cx_result.sarif
5050

@@ -58,13 +58,13 @@ jobs:
5858

5959
steps:
6060
- name: Check out repo
61-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
61+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
6262
with:
6363
fetch-depth: 0
6464
ref: ${{ github.event.pull_request.head.sha }}
6565

6666
- name: Scan with SonarCloud
67-
uses: sonarsource/sonarcloud-github-action@eb211723266fe8e83102bac7361f0a05c3ac1d1b # v3.0.0
67+
uses: sonarsource/sonarcloud-github-action@383f7e52eae3ab0510c3cb0e7d9d150bbaeab838 # v3.1.0
6868
env:
6969
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
7070
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Check out repo
41-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
41+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
4242

4343
- name: Get Node version
4444
id: retrieve-node-version
@@ -82,7 +82,7 @@ jobs:
8282
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
8383

8484
- name: Upload results to codecov.io
85-
uses: codecov/test-results-action@1b5b448b98e58ba90d1a1a1d9fcb72ca2263be46 # v1.0.0
85+
uses: codecov/test-results-action@9739113ad922ea0a9abb4b2c0f8bf6a4aa8ef820 # v1.0.1
8686
if: ${{ needs.check-test-secrets.outputs.available == 'true' }}
8787
env:
8888
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/version-bump.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fi
3636
3737
- name: Checkout Branch
38-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
38+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
3939

4040
- name: Login to Azure - CI Subscription
4141
uses: Azure/login@e15b166166a8746d1a47596803bd8c1b595455cf # v1.6.0

0 commit comments

Comments
 (0)