Skip to content

Commit 597c89a

Browse files
[deps]: Update gh minor
1 parent ef02a97 commit 597c89a

34 files changed

+92
-92
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
3636
########## Set up Docker ##########
3737
- name: Set up QEMU emulators
38-
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
38+
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
3939

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

4343
########## Login to Docker registries ##########
4444
- name: Log in to Azure
@@ -89,7 +89,7 @@ jobs:
8989
9090
- name: Build and push Docker image
9191
id: build-docker
92-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
92+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
9393
with:
9494
context: .
9595
file: crates/bws/Dockerfile
@@ -103,7 +103,7 @@ jobs:
103103
104104
- name: Install Cosign
105105
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
106-
uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
106+
uses: sigstore/cosign-installer@7e8b541eb2e61bf99390e1afd4be13a184e9ebc5 # v3.10.1
107107

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

130130
- name: Upload Grype results to GitHub
131-
uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
131+
uses: github/codeql-action/upload-sarif@42213152a85ae7569bdb6bec7bcd74cd691bfe41 # v3.30.9
132132
with:
133133
sarif_file: ${{ steps.container-scan.outputs.sarif }}
134134
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
@@ -73,7 +73,7 @@ jobs:
7373
targets: ${{ matrix.settings.target }}
7474

7575
- name: Cache cargo registry
76-
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
76+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
7777
with:
7878
key: ${{ matrix.settings.target }}-cargo-${{ matrix.settings.os }}
7979

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

136136
- name: Upload artifact
137-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
137+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
138138
with:
139139
name: bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip
140140
path: ./bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip
@@ -172,7 +172,7 @@ jobs:
172172
targets: ${{ matrix.settings.target }}
173173

174174
- name: Cache cargo registry
175-
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
175+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
176176
with:
177177
key: ${{ matrix.settings.target }}-cargo-${{ matrix.settings.os }}
178178

@@ -260,7 +260,7 @@ jobs:
260260
xcrun notarytool submit "./bws-${{ matrix.settings.target }}-${_PACKAGE_VERSION}.zip" --keychain-profile "notarytool-profile" --wait
261261
262262
- name: Upload artifact
263-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
263+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
264264
with:
265265
name: bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip
266266
path: ./bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip
@@ -307,7 +307,7 @@ jobs:
307307
version: 0.15.1
308308

309309
- name: Cache cargo registry
310-
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
310+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
311311
with:
312312
key: ${{ matrix.settings.target }}-cargo-${{ matrix.settings.os }}
313313

@@ -323,7 +323,7 @@ jobs:
323323
run: zip -j "./bws-${{ matrix.settings.target }}-${_PACKAGE_VERSION}.zip" ./target/${{ matrix.settings.target }}/release/bws
324324

325325
- name: Upload artifact
326-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
326+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
327327
with:
328328
name: bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip
329329
path: ./bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip
@@ -445,7 +445,7 @@ jobs:
445445
xcrun notarytool submit "./bws-macos-universal-${_PACKAGE_VERSION}.zip" --keychain-profile "notarytool-profile" --wait
446446
447447
- name: Upload artifact
448-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
448+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
449449
with:
450450
name: bws-macos-universal-${{ env._PACKAGE_VERSION }}.zip
451451
path: ./bws-macos-universal-${{ env._PACKAGE_VERSION }}.zip
@@ -470,7 +470,7 @@ jobs:
470470
toolchain: stable
471471

472472
- name: Cache cargo registry
473-
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
473+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
474474
with:
475475
key: cargo-cli-about
476476

@@ -484,7 +484,7 @@ jobs:
484484
sed -i.bak "s/\$NAME\$/Bitwarden Secrets Manager CLI/g" THIRDPARTY.html
485485
486486
- name: Upload artifact
487-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
487+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
488488
with:
489489
name: THIRDPARTY.html
490490
path: ./crates/bws/THIRDPARTY.html
@@ -508,7 +508,7 @@ jobs:
508508
toolchain: stable
509509

510510
- name: Cache cargo registry
511-
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
511+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
512512
with:
513513
key: cargo-cli-manpage
514514

@@ -519,7 +519,7 @@ jobs:
519519
mv "$OUT_DIR/manpages" .
520520
521521
- name: Upload artifact
522-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
522+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
523523
with:
524524
name: manpages
525525
path: ./manpages/*

.github/workflows/build-cpp.yml

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

.github/workflows/build-dotnet.yml

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

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

.github/workflows/build-go.yaml

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

3434
- name: Cache dependencies
35-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
35+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3636
with:
3737
path: ~/go/pkg/mod
3838
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
@@ -39,7 +39,7 @@ jobs:
3939
path: languages/java/src/main/java/bit/sdk/schema/
4040

4141
- name: Setup Java
42-
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
42+
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
4343
with:
4444
distribution: temurin
4545
java-version: 17
@@ -73,21 +73,21 @@ jobs:
7373
working-directory: languages/java
7474

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

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

8989
- name: Upload Java SDK Build
90-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
90+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
9191
with:
9292
name: schemas
9393
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
@@ -59,7 +59,7 @@ jobs:
5959
persist-credentials: false
6060

6161
- name: Setup Node
62-
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
62+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
6363
with:
6464
node-version: 18
6565
cache: "npm"
@@ -72,7 +72,7 @@ jobs:
7272
targets: ${{ matrix.settings.target }}
7373

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

@@ -89,7 +89,7 @@ jobs:
8989
run: ${{ matrix.settings.build }}
9090

9191
- name: Upload artifact
92-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
92+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
9393
with:
9494
name: sdk-bitwarden-napi-${{ matrix.settings.target }}
9595
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
@@ -164,7 +164,7 @@ jobs:
164164
python-version: ${{ matrix.settings.python-version }}
165165

166166
- name: Setup Node
167-
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
167+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
168168
with:
169169
node-version: 22
170170

@@ -180,7 +180,7 @@ jobs:
180180
version: 0.15.1
181181

182182
- name: Cache cargo registry
183-
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
183+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
184184
with:
185185
key: ${{ matrix.settings.target }}-cargo-${{ matrix.settings.os }}
186186

@@ -192,7 +192,7 @@ jobs:
192192

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

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

210210
- name: Upload wheels
211-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
211+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
212212
with:
213213
name: bitwarden_sdk-${{ env._PACKAGE_VERSION }}-${{ matrix.settings.target }}
214214
path: ${{ github.workspace }}/target/wheels/bitwarden_sdk*.whl
215215

216216
- name: Upload sdists
217217
if: ${{ matrix.settings.target == 'x86_64-unknown-linux-gnu' }} # we only need one sdist
218-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
218+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
219219
with:
220220
name: bitwarden_sdk-${{ env._PACKAGE_VERSION }}-sdist
221221
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
@@ -21,9 +21,9 @@ jobs:
2121
persist-credentials: false
2222

2323
- name: Set up Ruby
24-
uses: ruby/setup-ruby@7bae1d00b5db9166f4f0fc47985a3a5702cb58f0 # v1.197.0
24+
uses: ruby/setup-ruby@ab177d40ee5483edb974554986f56b33477e21d0 # v1.265.0
2525
with:
26-
ruby-version: 3.2
26+
ruby-version: 3.4.7
2727

2828
- name: Download artifacts
2929
uses: bitwarden/gh-actions/download-artifacts@main
@@ -93,7 +93,7 @@ jobs:
9393
working-directory: languages/ruby/bitwarden_sdk_secrets
9494

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
toolchain: stable
4343

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

4747
- name: Build
4848
run: cargo build -p ${{ matrix.package }} --release
@@ -66,7 +66,7 @@ jobs:
6666
toolchain: stable
6767

6868
- name: Cache cargo registry
69-
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
69+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
7070

7171
- name: Install cargo-release
7272
run: cargo install cargo-release

0 commit comments

Comments
 (0)