Skip to content

Commit 1863133

Browse files
committed
local action
Signed-off-by: Anas Nashif <[email protected]>
1 parent 25e1241 commit 1863133

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,13 @@ jobs:
6767
6868
- name: Setup Zephyr project
6969
if: matrix.build-mode == 'manual'
70-
uses: zephyrproject-rtos/action-zephyr-setup@5922adc19f631e5ac4bf43c872f1483e6422b845
70+
uses: nashif/action-zephyr-setup@main
7171
with:
7272
app-path: .
7373
sdk-version: 0.17.0
7474
toolchains: all
75+
west-group-filter: -hal,-tools,-bootloader,-babblesim
76+
west-project-filter: -nrf_hw_models
7577

7678
- if: matrix.build-mode == 'manual'
7779
shell: bash

0 commit comments

Comments
 (0)