Skip to content

Commit cef8df6

Browse files
committed
Merge branch 'main' into PM-20615-only-process-incoming-messages-once
2 parents 8ba4166 + b4780a9 commit cef8df6

File tree

155 files changed

+1061
-658
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

155 files changed

+1061
-658
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
# Platform is the default owner for all files
88
* @bitwarden/team-platform-dev
99

10+
crates/bitwarden-vault/** @bitwarden/team-vault-dev @bitwarden/team-platform-dev
11+
1012
# BRE for publish workflow changes
1113
.github/workflows/publish-*.yml @bitwarden/dept-bre
1214
.github/workflows/release-rust-crates.yml @bitwarden/dept-bre

.github/workflows/rust-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: cargo install wasm-bindgen-cli --version 0.2.100
7575

7676
- name: Test WASM
77-
run: cargo test --target wasm32-unknown-unknown -p bitwarden-wasm-internal -p bitwarden-threading -p bitwarden-error --all-features
77+
run: cargo test --target wasm32-unknown-unknown -p bitwarden-wasm-internal -p bitwarden-threading -p bitwarden-error -p bitwarden-uuid --all-features
7878

7979
coverage:
8080
name: Coverage

.github/workflows/scan.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,14 @@ on:
1616
branches:
1717
- "main"
1818

19+
permissions: {}
20+
1921
jobs:
2022
check-run:
2123
name: Check PR run
2224
uses: bitwarden/gh-actions/.github/workflows/check-run.yml@main
25+
permissions:
26+
contents: read
2327

2428
sast:
2529
name: SAST scan
@@ -74,7 +78,7 @@ jobs:
7478
ref: ${{ github.event.pull_request.head.sha }}
7579

7680
- name: Scan with SonarCloud
77-
uses: sonarsource/sonarqube-scan-action@bfd4e558cda28cda6b5defafb9232d191be8c203 # v4.2.1
81+
uses: sonarsource/sonarqube-scan-action@2500896589ef8f7247069a56136f8dc177c27ccf # v5.2.0
7882
env:
7983
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
8084
with:

0 commit comments

Comments
 (0)