Skip to content

Commit 3b72723

Browse files
committed
new setup
Signed-off-by: Anas Nashif <[email protected]>
1 parent 04a07a3 commit 3b72723

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,17 +67,19 @@ jobs:
6767
6868
- name: Setup Zephyr project
6969
if: matrix.build-mode == 'manual'
70-
uses: zephyrproject-rtos/action-zephyr-setup@f7b70269a8eb01f70c8e710891e4c94972a2f6b4 # v1.0.6
70+
uses: zephyrproject-rtos/action-zephyr-setup@5922adc19f631e5ac4bf43c872f1483e6422b845
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
7880
run: |
7981
ls -la
80-
export ZEPHYR_SDK_INSTALL_DIR=$(PWD)/zephyr-sdk
82+
export ZEPHYR_SDK_INSTALL_DIR=${PWD}/zephyr-sdk
8183
west build -b qemu_x86 samples/hello_world
8284
8385
- name: Perform CodeQL Analysis

0 commit comments

Comments
 (0)