Skip to content

Commit b395610

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ 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
@@ -77,7 +77,7 @@ jobs:
7777
shell: bash
7878
run: |
7979
ls -la
80-
export ZEPHYR_SDK_INSTALL_DIR=$(PWD)/zephyr-sdk
80+
export ZEPHYR_SDK_INSTALL_DIR=${PWD}/zephyr-sdk
8181
west build -b qemu_x86 samples/hello_world
8282
8383
- name: Perform CodeQL Analysis

0 commit comments

Comments
 (0)