Skip to content

Commit adc8266

Browse files
Merge branch 'release/15.0.0' into mabel/issue-10425-studio-redesign
2 parents 283c703 + 2a55874 commit adc8266

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

.github/workflows/snyk_sca_scan.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@ on:
1111
pull_request:
1212
branches:
1313
- develop
14+
- release/*
1415
jobs:
1516
Snyk_SCA_Scan:
1617
# Skip this job on PRs from forks
1718
if: github.event.pull_request.head.repo.full_name == github.repository
1819
runs-on: ubuntu-latest
1920
strategy:
2021
matrix:
21-
node-version: [20.x]
22+
node-version: [22.x]
2223
steps:
2324
- name: Checkout
2425
uses: actions/checkout@v4
@@ -28,7 +29,7 @@ jobs:
2829
- name: Set up Node.js
2930
uses: actions/setup-node@v4
3031
with:
31-
node-version: 20
32+
node-version: 22
3233
cache: 'yarn'
3334
- name: Run yarn
3435
run: yarn

.github/workflows/snyk_static_analysis_scan.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
branches:
99
- develop
10+
- release/*
1011
jobs:
1112
Snyk_SAST_Scan:
1213
# Skip this job on PRs from forks
@@ -21,7 +22,7 @@ jobs:
2122
- name: Set up Node.js
2223
uses: actions/setup-node@v4
2324
with:
24-
node-version: 20
25+
node-version: 22
2526
cache: 'yarn'
2627
- name: Run yarn
2728
run: yarn

tooling/v8-snapshot/cache/darwin/snapshot-meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4188,5 +4188,5 @@
41884188
"./tooling/v8-snapshot/cache/darwin/snapshot-entry.js"
41894189
],
41904190
"deferredHashFile": "yarn.lock",
4191-
"deferredHash": "184fb3ab511310605587762a139b84400a85be136f8297381460a50e07a61fa9"
4191+
"deferredHash": "cee8aecf267d6e344bb5db761c8ffff0c226a5ee9cb075c5af74358a10553968"
41924192
}

tooling/v8-snapshot/cache/linux/snapshot-meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4187,5 +4187,5 @@
41874187
"./tooling/v8-snapshot/cache/linux/snapshot-entry.js"
41884188
],
41894189
"deferredHashFile": "yarn.lock",
4190-
"deferredHash": "184fb3ab511310605587762a139b84400a85be136f8297381460a50e07a61fa9"
4190+
"deferredHash": "cee8aecf267d6e344bb5db761c8ffff0c226a5ee9cb075c5af74358a10553968"
41914191
}

tooling/v8-snapshot/cache/win32/snapshot-meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4187,5 +4187,5 @@
41874187
"./tooling/v8-snapshot/cache/win32/snapshot-entry.js"
41884188
],
41894189
"deferredHashFile": "yarn.lock",
4190-
"deferredHash": "12007128ddef1743c4ec56f4ffa1eb20474a3f7b4994b94bcbf034fdbea11eea"
4190+
"deferredHash": "8672489b070c00eb15440b76732cf787e54529ace887293a0f6f03cc9eea033b"
41914191
}

0 commit comments

Comments
 (0)