From 0e8c08d569e7567f59148ebd023360739e82294e Mon Sep 17 00:00:00 2001 From: Dhruva Gole Date: Sun, 18 Aug 2024 14:58:58 +0530 Subject: [PATCH] west.yml: specify allowlist Also update the github checkout action version Signed-off-by: Dhruva Gole --- .github/workflows/build.yml | 2 +- west.yml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f485bf6e..956cc9fe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: CMAKE_PREFIX_PATH: /opt/toolchains steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: Arduino-Zephyr-API diff --git a/west.yml b/west.yml index 9f3b2a49..c707e0d6 100644 --- a/west.yml +++ b/west.yml @@ -16,4 +16,8 @@ manifest: - name: zephyr remote: zephyrproject-rtos revision: main - import: true + import: + name-allowlist: + - cmsis # required by the ARM port + - hal_nordic # required by the custom_plank board (Nordic based) + - hal_ti