File tree Expand file tree Collapse file tree 5 files changed +167
-183
lines changed Expand file tree Collapse file tree 5 files changed +167
-183
lines changed Original file line number Diff line number Diff line change 5
5
branches :
6
6
- main
7
7
8
+ permissions :
9
+ attestations : write
10
+ contents : write
11
+ id-token : write
12
+
8
13
jobs :
9
14
build :
10
15
runs-on : ubuntu-latest
11
-
12
- permissions :
13
- attestations : write
14
- contents : write
15
- id-token : write
16
-
17
16
steps :
18
17
- name : Checkout code
19
18
uses : actions/checkout@v5
20
19
21
20
- name : Setup Bun
22
21
uses : oven-sh/setup-bun@v2
23
22
with :
24
- bun-version : 1.2.20
23
+ bun-version : 1.2.21
25
24
26
25
- name : Install dependencies
27
26
run : bun install --frozen-lockfile
Original file line number Diff line number Diff line change @@ -3,19 +3,21 @@ name: Test Suite
3
3
on :
4
4
pull_request :
5
5
6
+ permissions :
7
+ contents : read
8
+
6
9
jobs :
7
10
test :
8
11
name : Run tests
9
12
runs-on : ubuntu-latest
10
-
11
13
steps :
12
14
- name : Checkout code
13
15
uses : actions/checkout@v5
14
16
15
17
- name : Set up Bun
16
18
uses : oven-sh/setup-bun@v2
17
19
with :
18
- bun-version : 1.2.20
20
+ bun-version : 1.2.21
19
21
20
22
- name : Install dependencies
21
23
run : bun install --frozen-lockfile
You can’t perform that action at this time.
0 commit comments