Skip to content

Commit 8bea922

Browse files
[deps]: Update gh minor
1 parent 4518617 commit 8bea922

36 files changed

+92
-92
lines changed

.github/workflows/build-cli-docker.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
3434
########## Set up Docker ##########
3535
- name: Set up QEMU emulators
36-
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
36+
uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4.0
3737

3838
- name: Set up Docker Buildx
39-
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
39+
uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0
4040

4141
########## Login to Docker registries ##########
4242
- name: Login to Azure - Prod Subscription
@@ -91,7 +91,7 @@ jobs:
9191
9292
- name: Build and push Docker image
9393
id: build-docker
94-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
94+
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0
9595
with:
9696
context: .
9797
file: crates/bws/Dockerfile
@@ -105,7 +105,7 @@ jobs:
105105
106106
- name: Install Cosign
107107
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
108-
uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
108+
uses: sigstore/cosign-installer@c56c2d3e59e4281cc41dea2217323ba5694b171e # v3.8.0
109109

110110
- name: Sign image with Cosign
111111
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
@@ -122,14 +122,14 @@ jobs:
122122
123123
- name: Scan Docker image
124124
id: container-scan
125-
uses: anchore/scan-action@5ed195cc06065322983cae4bb31e2a751feb86fd # v5.2.0
125+
uses: anchore/scan-action@869c549e657a088dc0441b08ce4fc0ecdac2bb65 # v5.3.0
126126
with:
127127
image: ${{ steps.tag-list.outputs.primary_tag }}
128128
fail-build: false
129129
output-format: sarif
130130

131131
- name: Upload Grype results to GitHub
132-
uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
132+
uses: github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
133133
with:
134134
sarif_file: ${{ steps.container-scan.outputs.sarif }}
135135

.github/workflows/build-cli.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
targets: ${{ matrix.settings.target }}
6565

6666
- name: Cache cargo registry
67-
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
67+
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
6868
with:
6969
key: ${{ matrix.settings.target }}-cargo-${{ matrix.settings.os }}
7070

@@ -120,7 +120,7 @@ jobs:
120120
run: 7z a ./bws-${{ matrix.settings.target }}-%_PACKAGE_VERSION%.zip ./target/${{ matrix.settings.target }}/release/bws.exe
121121

122122
- name: Upload artifact
123-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
123+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
124124
with:
125125
name: bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip
126126
path: ./bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip
@@ -153,7 +153,7 @@ jobs:
153153
targets: ${{ matrix.settings.target }}
154154

155155
- name: Cache cargo registry
156-
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
156+
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
157157
with:
158158
key: ${{ matrix.settings.target }}-cargo-${{ matrix.settings.os }}
159159

@@ -229,7 +229,7 @@ jobs:
229229
xcrun notarytool submit ./bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip --keychain-profile "notarytool-profile" --wait
230230
231231
- name: Upload artifact
232-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
232+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
233233
with:
234234
name: bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip
235235
path: ./bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip
@@ -272,7 +272,7 @@ jobs:
272272
version: 0.12.0
273273

274274
- name: Cache cargo registry
275-
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
275+
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
276276
with:
277277
key: ${{ matrix.settings.target }}-cargo-${{ matrix.settings.os }}
278278

@@ -288,7 +288,7 @@ jobs:
288288
run: zip -j ./bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip ./target/${{ matrix.settings.target }}/release/bws
289289

290290
- name: Upload artifact
291-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
291+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
292292
with:
293293
name: bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip
294294
path: ./bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip
@@ -393,7 +393,7 @@ jobs:
393393
xcrun notarytool submit ./bws-macos-universal-${{ env._PACKAGE_VERSION }}.zip --keychain-profile "notarytool-profile" --wait
394394
395395
- name: Upload artifact
396-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
396+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
397397
with:
398398
name: bws-macos-universal-${{ env._PACKAGE_VERSION }}.zip
399399
path: ./bws-macos-universal-${{ env._PACKAGE_VERSION }}.zip
@@ -414,7 +414,7 @@ jobs:
414414
toolchain: stable
415415

416416
- name: Cache cargo registry
417-
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
417+
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
418418
with:
419419
key: cargo-cli-about
420420

@@ -428,7 +428,7 @@ jobs:
428428
sed -i.bak 's/\$NAME\$/Bitwarden Secrets Manager CLI/g' THIRDPARTY.html
429429
430430
- name: Upload artifact
431-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
431+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
432432
with:
433433
name: THIRDPARTY.html
434434
path: ./crates/bws/THIRDPARTY.html
@@ -448,7 +448,7 @@ jobs:
448448
toolchain: stable
449449

450450
- name: Cache cargo registry
451-
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
451+
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
452452
with:
453453
key: cargo-cli-manpage
454454

@@ -459,7 +459,7 @@ jobs:
459459
mv $OUT_DIR/manpages .
460460
461461
- name: Upload artifact
462-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
462+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
463463
with:
464464
name: manpages
465465
path: ./manpages/*

.github/workflows/build-cpp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
fi
155155
156156
- name: Upload C++ package for ${{ matrix.settings.target }}
157-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
157+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
158158
with:
159159
name: libbitwarden_cpp-${{ matrix.settings.target }}
160160
path: languages/cpp/build/artifacts

.github/workflows/build-dotnet.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
path: languages/csharp/Bitwarden.Sdk
5656

5757
- name: Set up .NET Core
58-
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
58+
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
5959
with:
6060
global-json-file: languages/csharp/global.json
6161

@@ -94,7 +94,7 @@ jobs:
9494
working-directory: languages/csharp/Bitwarden.Sdk
9595

9696
- name: Upload NuGet package
97-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
97+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
9898
with:
9999
name: Bitwarden.Sdk.${{ needs.version.outputs.version }}.nupkg
100100
path: |

.github/workflows/build-go.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323

2424
- name: Setup Go environment
25-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
25+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
2626
with:
2727
go-version: ${{ env.GO_VERSION }}
2828

2929
- name: Cache dependencies
30-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
30+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
3131
with:
3232
path: ~/go/pkg/mod
3333
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

.github/workflows/build-java.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
path: languages/java/src/main/java/bit/sdk/schema/
3535

3636
- name: Setup Java
37-
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
37+
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
3838
with:
3939
distribution: temurin
4040
java-version: 17
@@ -68,21 +68,21 @@ jobs:
6868
working-directory: languages/java
6969

7070
- name: Upload Java SDK Build
71-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
71+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
7272
with:
7373
name: build
7474
path: ${{ github.workspace }}/languages/java/build
7575
if-no-files-found: error
7676

7777
- name: Upload Java SDK Build
78-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
78+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
7979
with:
8080
name: resources
8181
path: ${{ github.workspace }}/languages/java/src/main/resources
8282
if-no-files-found: error
8383

8484
- name: Upload Java SDK Build
85-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
85+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
8686
with:
8787
name: schemas
8888
path: languages/java/src/main/java/bit/sdk/schema

.github/workflows/build-napi.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5555

5656
- name: Setup Node
57-
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
57+
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
5858
with:
5959
node-version: 18
6060
cache: "npm"
@@ -67,7 +67,7 @@ jobs:
6767
targets: ${{ matrix.settings.target }}
6868

6969
- name: Cache cargo registry
70-
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
70+
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
7171
with:
7272
key: ${{ matrix.settings.target }}-cargo-${{ matrix.settings.os }}
7373

@@ -84,7 +84,7 @@ jobs:
8484
run: ${{ matrix.settings.build }}
8585

8686
- name: Upload artifact
87-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
87+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
8888
with:
8989
name: sdk-bitwarden-napi-${{ matrix.settings.target }}
9090
path: ${{ github.workspace }}/crates/bitwarden-napi/sdk-napi.*.node

.github/workflows/build-python-wheels.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6767

6868
- name: Setup Node
69-
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
69+
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
7070
with:
7171
node-version: 18
7272

@@ -77,7 +77,7 @@ jobs:
7777
targets: ${{ matrix.settings.target }}
7878

7979
- name: Cache cargo registry
80-
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
80+
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
8181
with:
8282
key: ${{ matrix.settings.target }}-cargo-${{ matrix.settings.os }}
8383

@@ -89,7 +89,7 @@ jobs:
8989

9090
- name: Build wheels
9191
if: ${{ matrix.settings.target != 'x86_64-unknown-linux-gnu' }}
92-
uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab # v1.45.0
92+
uses: PyO3/maturin-action@5f8a1b3b0aad13193f46c9131f9b9e663def8ce5 # v1.46.0
9393
with:
9494
target: ${{ matrix.settings.target }}
9595
args: --release --find-interpreter --sdist
@@ -99,7 +99,7 @@ jobs:
9999

100100
- name: Build wheels (Linux - x86_64)
101101
if: ${{ matrix.settings.target == 'x86_64-unknown-linux-gnu' }}
102-
uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab # v1.45.0
102+
uses: PyO3/maturin-action@5f8a1b3b0aad13193f46c9131f9b9e663def8ce5 # v1.46.0
103103
with:
104104
target: ${{ matrix.settings.target }}
105105
args: --release --find-interpreter --sdist
@@ -109,14 +109,14 @@ jobs:
109109
working-directory: ${{ github.workspace }}/languages/python
110110

111111
- name: Upload wheels
112-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
112+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
113113
with:
114114
name: bitwarden_sdk-${{ env._PACKAGE_VERSION }}-${{ matrix.settings.target }}
115115
path: ${{ github.workspace }}/target/wheels/bitwarden_sdk*.whl
116116

117117
- name: Upload sdists
118118
if: ${{ matrix.settings.target == 'x86_64-unknown-linux-gnu' }} # we only need one sdist
119-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
119+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
120120
with:
121121
name: bitwarden_sdk-${{ env._PACKAGE_VERSION }}-sdist
122122
path: ${{ github.workspace }}/target/wheels/bitwarden_sdk-*.tar.gz

.github/workflows/build-ruby.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717

1818
- name: Set up Ruby
19-
uses: ruby/setup-ruby@7bae1d00b5db9166f4f0fc47985a3a5702cb58f0 # v1.197.0
19+
uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # v1.221.0
2020
with:
2121
ruby-version: 3.2
2222

@@ -88,7 +88,7 @@ jobs:
8888
working-directory: languages/ruby/bitwarden_sdk_secrets
8989

9090
- name: Upload artifact
91-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
91+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
9292
with:
9393
path: bitwarden-sdk-secrets-*.gem
9494
name: bitwarden-sdk-secrets

.github/workflows/build-rust-crates.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
toolchain: stable
3838

3939
- name: Cache cargo registry
40-
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
40+
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
4141

4242
- name: Build
4343
run: cargo build -p ${{ matrix.package }} --release
@@ -59,7 +59,7 @@ jobs:
5959
toolchain: stable
6060

6161
- name: Cache cargo registry
62-
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
62+
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
6363

6464
- name: Install cargo-release
6565
run: cargo install cargo-release

.github/workflows/build-rust-cross-platform.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
toolchain: stable
4747

4848
- name: Cache cargo registry
49-
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
49+
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
5050

5151
- name: Install Zig
5252
if: ${{ contains(matrix.settings.target, 'musl') }}
@@ -84,13 +84,13 @@ jobs:
8484
run: cargo build -p bitwarden-c --target ${{ matrix.settings.target }} --release
8585

8686
- name: Upload Artifact
87-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
87+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
8888
with:
8989
name: libbitwarden_c_files-${{ matrix.settings.target }}
9090
path: target/${{ matrix.settings.target }}/release/*bitwarden_c*
9191

9292
- name: Upload Artifact
93-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
93+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
9494
with:
9595
name: libbitwarden_c_files-${{ matrix.settings.target }}
9696
path: target/${{ matrix.settings.target }}/release-windows/*bitwarden_c*

.github/workflows/build-wasm.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2525

2626
- name: Setup Node
27-
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
27+
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
2828
with:
2929
node-version: 18
3030
registry-url: "https://npm.pkg.github.com"
@@ -40,7 +40,7 @@ jobs:
4040
targets: wasm32-unknown-unknown
4141

4242
- name: Cache cargo registry
43-
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
43+
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
4444
with:
4545
key: wasm-cargo-cache
4646

@@ -51,7 +51,7 @@ jobs:
5151
run: ./build.sh -r
5252

5353
- name: Upload artifact
54-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
54+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
5555
with:
5656
name: sdk-bitwarden-wasm
5757
path: ${{ github.workspace }}/languages/js/wasm/*

.github/workflows/direct-minimal-versions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
targets: ${{ matrix.settings.target }}
4545

4646
- name: Cache cargo registry
47-
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
47+
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
4848
with:
4949
key: dmv-${{ matrix.settings.target }}-cargo-${{ matrix.settings.os }}
5050

0 commit comments

Comments
 (0)