File tree Expand file tree Collapse file tree 5 files changed +8
-6
lines changed
tooling/v8-snapshot/cache Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 11
11
pull_request :
12
12
branches :
13
13
- develop
14
+ - release/*
14
15
jobs :
15
16
Snyk_SCA_Scan :
16
17
# Skip this job on PRs from forks
17
18
if : github.event.pull_request.head.repo.full_name == github.repository
18
19
runs-on : ubuntu-latest
19
20
strategy :
20
21
matrix :
21
- node-version : [20 .x]
22
+ node-version : [22 .x]
22
23
steps :
23
24
- name : Checkout
24
25
uses : actions/checkout@v4
28
29
- name : Set up Node.js
29
30
uses : actions/setup-node@v4
30
31
with :
31
- node-version : 20
32
+ node-version : 22
32
33
cache : ' yarn'
33
34
- name : Run yarn
34
35
run : yarn
Original file line number Diff line number Diff line change 7
7
pull_request :
8
8
branches :
9
9
- develop
10
+ - release/*
10
11
jobs :
11
12
Snyk_SAST_Scan :
12
13
# Skip this job on PRs from forks
21
22
- name : Set up Node.js
22
23
uses : actions/setup-node@v4
23
24
with :
24
- node-version : 20
25
+ node-version : 22
25
26
cache : ' yarn'
26
27
- name : Run yarn
27
28
run : yarn
Original file line number Diff line number Diff line change 4188
4188
" ./tooling/v8-snapshot/cache/darwin/snapshot-entry.js"
4189
4189
],
4190
4190
"deferredHashFile" : " yarn.lock" ,
4191
- "deferredHash" : " 184fb3ab511310605587762a139b84400a85be136f8297381460a50e07a61fa9 "
4191
+ "deferredHash" : " cee8aecf267d6e344bb5db761c8ffff0c226a5ee9cb075c5af74358a10553968 "
4192
4192
}
Original file line number Diff line number Diff line change 4187
4187
" ./tooling/v8-snapshot/cache/linux/snapshot-entry.js"
4188
4188
],
4189
4189
"deferredHashFile" : " yarn.lock" ,
4190
- "deferredHash" : " 184fb3ab511310605587762a139b84400a85be136f8297381460a50e07a61fa9 "
4190
+ "deferredHash" : " cee8aecf267d6e344bb5db761c8ffff0c226a5ee9cb075c5af74358a10553968 "
4191
4191
}
Original file line number Diff line number Diff line change 4187
4187
" ./tooling/v8-snapshot/cache/win32/snapshot-entry.js"
4188
4188
],
4189
4189
"deferredHashFile" : " yarn.lock" ,
4190
- "deferredHash" : " 12007128ddef1743c4ec56f4ffa1eb20474a3f7b4994b94bcbf034fdbea11eea "
4190
+ "deferredHash" : " 8672489b070c00eb15440b76732cf787e54529ace887293a0f6f03cc9eea033b "
4191
4191
}
You can’t perform that action at this time.
0 commit comments