Skip to content

Commit a756507

Browse files
committed
Merge branch 'main' into km/account-security-version
2 parents dcd4862 + 7a1ae93 commit a756507

File tree

104 files changed

+2454
-478
lines changed

Some content is hidden

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

104 files changed

+2454
-478
lines changed

.github/workflows/build-android.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- target: armv7-linux-androideabi
2424
- target: x86_64-linux-android
2525
- target: i686-linux-android
26+
permissions:
27+
contents: read
28+
2629
steps:
2730
- name: Checkout repo
2831
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -56,6 +59,10 @@ jobs:
5659
name: Combine
5760
runs-on: ubuntu-24.04
5861
needs: build
62+
permissions:
63+
contents: read
64+
packages: write
65+
5966
steps:
6067
- name: Checkout repo (PR)
6168
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
env:
1111
CARGO_TERM_COLOR: always
1212

13+
permissions:
14+
contents: read
15+
1316
jobs:
1417
build:
1518
name: Building ${{matrix.package}} for - ${{ matrix.os }}
@@ -27,8 +30,10 @@ jobs:
2730
package:
2831
- bitwarden-api-api
2932
- bitwarden-api-identity
33+
- bitwarden-core
3034
- bitwarden-crypto
3135
- bitwarden-generators
36+
- bitwarden-sm
3237

3338
steps:
3439
- name: Checkout

.github/workflows/check-powerset.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
env:
77
CARGO_TERM_COLOR: always
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
build:
1114
name: Building for ${{ matrix.os }}

.github/workflows/cloc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
branches: ["main"]
77
pull_request:
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
cloc:
1114
name: CLOC

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ defaults:
1313
run:
1414
shell: bash
1515

16+
permissions:
17+
contents: read
18+
1619
jobs:
1720
direct-minimal-versions:
1821
name: Check dependencies minimal versions for - ${{ matrix.settings.os }} - ${{ matrix.settings.target }}

.github/workflows/enforce-labels.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
workflow_call:
55
pull_request:
66
types: [labeled, unlabeled, opened, edited, synchronize]
7+
8+
permissions:
9+
contents: read
10+
pull-requests: read
11+
712
jobs:
813
enforce-label:
914
name: EnforceLabel

.github/workflows/memory-testing.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ on:
1414
- "rc"
1515
- "hotfix-rc"
1616

17+
permissions:
18+
contents: read
19+
1720
jobs:
1821
memory-test:
1922
name: Testing

.github/workflows/minimum-rust-version.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ defaults:
1313
run:
1414
shell: bash
1515

16+
permissions:
17+
contents: read
18+
1619
jobs:
1720
msrv:
1821
name: Check MSRV for - ${{ matrix.settings.os }} - ${{ matrix.settings.target }}

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
setup:
1818
name: Setup
1919
runs-on: ubuntu-24.04
20+
permissions:
21+
contents: write
2022
outputs:
2123
release-version: ${{ steps.version.outputs.version }}
2224
steps:

.github/workflows/rust-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
env:
1111
CARGO_TERM_COLOR: always
1212

13+
permissions:
14+
contents: read
15+
1316
jobs:
1417
ci-pass:
1518
name: Check if tests passed

0 commit comments

Comments
 (0)