We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e1241 commit 1863133Copy full SHA for 1863133
.github/workflows/codeql.yml
@@ -67,11 +67,13 @@ jobs:
67
68
- name: Setup Zephyr project
69
if: matrix.build-mode == 'manual'
70
- uses: zephyrproject-rtos/action-zephyr-setup@5922adc19f631e5ac4bf43c872f1483e6422b845
+ uses: nashif/action-zephyr-setup@main
71
with:
72
app-path: .
73
sdk-version: 0.17.0
74
toolchains: all
75
+ west-group-filter: -hal,-tools,-bootloader,-babblesim
76
+ west-project-filter: -nrf_hw_models
77
78
- if: matrix.build-mode == 'manual'
79
shell: bash
0 commit comments