Skip to content

Commit 0e8c08d

Browse files
committed
west.yml: specify allowlist
Also update the github checkout action version Signed-off-by: Dhruva Gole <[email protected]>
1 parent c1bcfbe commit 0e8c08d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
CMAKE_PREFIX_PATH: /opt/toolchains
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414
with:
1515
path: Arduino-Zephyr-API
1616

west.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@ manifest:
1616
- name: zephyr
1717
remote: zephyrproject-rtos
1818
revision: main
19-
import: true
19+
import:
20+
name-allowlist:
21+
- cmsis # required by the ARM port
22+
- hal_nordic # required by the custom_plank board (Nordic based)
23+
- hal_ti

0 commit comments

Comments
 (0)