Skip to content

Commit

Permalink
west.yml: specify allowlist
Browse files Browse the repository at this point in the history
Also update the github checkout action version

Signed-off-by: Dhruva Gole <[email protected]>
  • Loading branch information
DhruvaG2000 committed Aug 18, 2024
1 parent c1bcfbe commit 0e8c08d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 5 additions & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0e8c08d

Please sign in to comment.