File tree Expand file tree Collapse file tree 4 files changed +84
-65
lines changed Expand file tree Collapse file tree 4 files changed +84
-65
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,18 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
12
12
permissions :
13
+ attestations : write
13
14
contents : write
15
+ id-token : write
14
16
15
17
steps :
16
18
- name : Checkout code
17
- uses : actions/checkout@v4
19
+ uses : actions/checkout@v5
18
20
19
21
- name : Setup Bun
20
22
uses : oven-sh/setup-bun@v2
21
23
with :
22
- bun-version : 1.2.19
24
+ bun-version : 1.2.20
23
25
24
26
- name : Install dependencies
25
27
run : bun install --frozen-lockfile
37
39
tag_name : auto-release-${{ github.run_number }}
38
40
target_commitish : ${{ github.sha }}
39
41
make_latest : true
42
+
43
+ - name : Generate artifact attestation
44
+ uses : actions/attest-build-provenance@v2
45
+ with :
46
+ subject-path : dist.tar.gz
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
10
10
11
11
steps :
12
12
- name : Checkout code
13
- uses : actions/checkout@v4
13
+ uses : actions/checkout@v5
14
14
15
15
- name : Set up Bun
16
16
uses : oven-sh/setup-bun@v2
17
17
with :
18
- bun-version : 1.2.19
18
+ bun-version : 1.2.20
19
19
20
20
- name : Install dependencies
21
21
run : bun install --frozen-lockfile
You can’t perform that action at this time.
0 commit comments