Skip to content

Commit 3e5012c

Browse files
[deps]: Update gh minor
1 parent af88a91 commit 3e5012c

34 files changed

+94
-94
lines changed

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

Lines changed: 6 additions & 6 deletions
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@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
3737

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

4141
########## Login to Docker registries ##########
4242
- name: Log in to Azure
@@ -87,7 +87,7 @@ jobs:
8787
8888
- name: Build and push Docker image
8989
id: build-docker
90-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
90+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
9191
with:
9292
context: .
9393
file: crates/bws/Dockerfile
@@ -101,7 +101,7 @@ jobs:
101101
102102
- name: Install Cosign
103103
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
104-
uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
104+
uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
105105

106106
- name: Sign image with Cosign
107107
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
@@ -118,14 +118,14 @@ jobs:
118118
119119
- name: Scan Docker image
120120
id: container-scan
121-
uses: anchore/scan-action@2c901ab7378897c01b8efaa2d0c9bf519cc64b9e # v6.2.0
121+
uses: anchore/scan-action@1638637db639e0ade3258b51db49a9a137574c3e # v6.5.1
122122
with:
123123
image: ${{ steps.tag-list.outputs.primary_tag }}
124124
fail-build: false
125125
output-format: sarif
126126

127127
- name: Upload Grype results to GitHub
128-
uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
128+
uses: github/codeql-action/upload-sarif@a8d1ac45b9a34d11fe398d5503176af0d06b303e # v3.30.7
129129
with:
130130
sarif_file: ${{ steps.container-scan.outputs.sarif }}
131131
sha: ${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.sha || github.sha }}

.github/workflows/build-cli.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
targets: ${{ matrix.settings.target }}
7070

7171
- name: Cache cargo registry
72-
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
72+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
7373
with:
7474
key: ${{ matrix.settings.target }}-cargo-${{ matrix.settings.os }}
7575

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

132132
- name: Upload artifact
133-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
133+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
134134
with:
135135
name: bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip
136136
path: ./bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip
@@ -166,7 +166,7 @@ jobs:
166166
targets: ${{ matrix.settings.target }}
167167

168168
- name: Cache cargo registry
169-
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
169+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
170170
with:
171171
key: ${{ matrix.settings.target }}-cargo-${{ matrix.settings.os }}
172172

@@ -254,7 +254,7 @@ jobs:
254254
xcrun notarytool submit ./bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip --keychain-profile "notarytool-profile" --wait
255255
256256
- name: Upload artifact
257-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
257+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
258258
with:
259259
name: bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip
260260
path: ./bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip
@@ -299,7 +299,7 @@ jobs:
299299
version: 0.15.1
300300

301301
- name: Cache cargo registry
302-
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
302+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
303303
with:
304304
key: ${{ matrix.settings.target }}-cargo-${{ matrix.settings.os }}
305305

@@ -315,7 +315,7 @@ jobs:
315315
run: zip -j ./bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip ./target/${{ matrix.settings.target }}/release/bws
316316

317317
- name: Upload artifact
318-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
318+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
319319
with:
320320
name: bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip
321321
path: ./bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip
@@ -435,7 +435,7 @@ jobs:
435435
xcrun notarytool submit ./bws-macos-universal-${{ env._PACKAGE_VERSION }}.zip --keychain-profile "notarytool-profile" --wait
436436
437437
- name: Upload artifact
438-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
438+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
439439
with:
440440
name: bws-macos-universal-${{ env._PACKAGE_VERSION }}.zip
441441
path: ./bws-macos-universal-${{ env._PACKAGE_VERSION }}.zip
@@ -458,7 +458,7 @@ jobs:
458458
toolchain: stable
459459

460460
- name: Cache cargo registry
461-
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
461+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
462462
with:
463463
key: cargo-cli-about
464464

@@ -472,7 +472,7 @@ jobs:
472472
sed -i.bak 's/\$NAME\$/Bitwarden Secrets Manager CLI/g' THIRDPARTY.html
473473
474474
- name: Upload artifact
475-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
475+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
476476
with:
477477
name: THIRDPARTY.html
478478
path: ./crates/bws/THIRDPARTY.html
@@ -494,7 +494,7 @@ jobs:
494494
toolchain: stable
495495

496496
- name: Cache cargo registry
497-
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
497+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
498498
with:
499499
key: cargo-cli-manpage
500500

@@ -505,7 +505,7 @@ jobs:
505505
mv $OUT_DIR/manpages .
506506
507507
- name: Upload artifact
508-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
508+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
509509
with:
510510
name: manpages
511511
path: ./manpages/*

.github/workflows/build-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
fi
159159
160160
- name: Upload C++ package for ${{ matrix.settings.target }}
161-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
161+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
162162
with:
163163
name: libbitwarden_cpp-${{ matrix.settings.target }}
164164
path: languages/cpp/build/artifacts

.github/workflows/build-dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
working-directory: languages/csharp/Bitwarden.Sdk
100100

101101
- name: Upload NuGet package
102-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
102+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
103103
with:
104104
name: Bitwarden.Sdk.${{ needs.version.outputs.version }}.nupkg
105105
path: |

.github/workflows/build-go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
go-version: ${{ env.GO_VERSION }}
3131

3232
- name: Cache dependencies
33-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
33+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3434
with:
3535
path: ~/go/pkg/mod
3636
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

.github/workflows/build-java.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
path: languages/java/src/main/java/bit/sdk/schema/
3838

3939
- name: Setup Java
40-
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
40+
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
4141
with:
4242
distribution: temurin
4343
java-version: 17
@@ -71,21 +71,21 @@ jobs:
7171
working-directory: languages/java
7272

7373
- name: Upload Java SDK Build
74-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
74+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
7575
with:
7676
name: build
7777
path: ${{ github.workspace }}/languages/java/build
7878
if-no-files-found: error
7979

8080
- name: Upload Java SDK Build
81-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
81+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
8282
with:
8383
name: resources
8484
path: ${{ github.workspace }}/languages/java/src/main/resources
8585
if-no-files-found: error
8686

8787
- name: Upload Java SDK Build
88-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
88+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
8989
with:
9090
name: schemas
9191
path: languages/java/src/main/java/bit/sdk/schema

.github/workflows/build-napi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5858

5959
- name: Setup Node
60-
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
60+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
6161
with:
6262
node-version: 18
6363
cache: "npm"
@@ -70,7 +70,7 @@ jobs:
7070
targets: ${{ matrix.settings.target }}
7171

7272
- name: Cache cargo registry
73-
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
73+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
7474
with:
7575
key: ${{ matrix.settings.target }}-cargo-${{ matrix.settings.os }}
7676

@@ -87,7 +87,7 @@ jobs:
8787
run: ${{ matrix.settings.build }}
8888

8989
- name: Upload artifact
90-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
90+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
9191
with:
9292
name: sdk-bitwarden-napi-${{ matrix.settings.target }}
9393
path: ${{ github.workspace }}/crates/bitwarden-napi/sdk-napi.*.node

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
python-version: ${{ matrix.settings.python-version }}
161161

162162
- name: Setup Node
163-
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
163+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
164164
with:
165165
node-version: 22
166166

@@ -176,7 +176,7 @@ jobs:
176176
version: 0.15.1
177177

178178
- name: Cache cargo registry
179-
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
179+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
180180
with:
181181
key: ${{ matrix.settings.target }}-cargo-${{ matrix.settings.os }}
182182

@@ -188,7 +188,7 @@ jobs:
188188

189189
- name: Build wheels
190190
if: ${{ matrix.settings.target != 'x86_64-unknown-linux-gnu' }}
191-
uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab # v1.45.0
191+
uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
192192
with:
193193
target: ${{ matrix.settings.target }}
194194
args: --release --interpreter python${{ matrix.settings.python-version }} ${{ matrix.settings.maturin-build-args }}
@@ -197,21 +197,21 @@ jobs:
197197

198198
- name: Build wheels (Linux - x86_64)
199199
if: ${{ matrix.settings.target == 'x86_64-unknown-linux-gnu' }}
200-
uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab # v1.45.0
200+
uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
201201
with:
202202
target: ${{ matrix.settings.target }}
203203
args: --release --sdist --interpreter python${{ matrix.settings.python-version }} ${{ matrix.settings.maturin-build-args }}
204204
working-directory: languages/python
205205

206206
- name: Upload wheels
207-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
207+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
208208
with:
209209
name: bitwarden_sdk-${{ env._PACKAGE_VERSION }}-${{ matrix.settings.target }}
210210
path: ${{ github.workspace }}/target/wheels/bitwarden_sdk*.whl
211211

212212
- name: Upload sdists
213213
if: ${{ matrix.settings.target == 'x86_64-unknown-linux-gnu' }} # we only need one sdist
214-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
214+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
215215
with:
216216
name: bitwarden_sdk-${{ env._PACKAGE_VERSION }}-sdist
217217
path: ${{ github.workspace }}/target/wheels/bitwarden_sdk-*.tar.gz

.github/workflows/build-ruby.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2020

2121
- name: Set up Ruby
22-
uses: ruby/setup-ruby@7bae1d00b5db9166f4f0fc47985a3a5702cb58f0 # v1.197.0
22+
uses: ruby/setup-ruby@6797dcbb9a1889fd411d07e8aba7eded53fb8b48 # v1.264.0
2323
with:
24-
ruby-version: 3.2
24+
ruby-version: 3.4.7
2525

2626
- name: Download artifacts
2727
uses: bitwarden/gh-actions/download-artifacts@main
@@ -91,7 +91,7 @@ jobs:
9191
working-directory: languages/ruby/bitwarden_sdk_secrets
9292

9393
- name: Upload artifact
94-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
94+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
9595
with:
9696
path: bitwarden-sdk-secrets-*.gem
9797
name: bitwarden-sdk-secrets

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
toolchain: stable
4141

4242
- name: Cache cargo registry
43-
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
43+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
4444

4545
- name: Build
4646
run: cargo build -p ${{ matrix.package }} --release
@@ -62,7 +62,7 @@ jobs:
6262
toolchain: stable
6363

6464
- name: Cache cargo registry
65-
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
65+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
6666

6767
- name: Install cargo-release
6868
run: cargo install cargo-release

0 commit comments

Comments
 (0)