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 04a07a3 commit b395610Copy full SHA for b395610
.github/workflows/codeql.yml
@@ -67,7 +67,7 @@ jobs:
67
68
- name: Setup Zephyr project
69
if: matrix.build-mode == 'manual'
70
- uses: zephyrproject-rtos/action-zephyr-setup@f7b70269a8eb01f70c8e710891e4c94972a2f6b4 # v1.0.6
+ uses: zephyrproject-rtos/action-zephyr-setup@5922adc19f631e5ac4bf43c872f1483e6422b845
71
with:
72
app-path: .
73
sdk-version: 0.17.0
@@ -77,7 +77,7 @@ jobs:
77
shell: bash
78
run: |
79
ls -la
80
- export ZEPHYR_SDK_INSTALL_DIR=$(PWD)/zephyr-sdk
+ export ZEPHYR_SDK_INSTALL_DIR=${PWD}/zephyr-sdk
81
west build -b qemu_x86 samples/hello_world
82
83
- name: Perform CodeQL Analysis
0 commit comments