Skip to content

Commit c373d10

Browse files
committed
path
Signed-off-by: Anas Nashif <[email protected]>
1 parent 92631ce commit c373d10

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
- name: Checkout
3838
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3939
with:
40-
path: zephyr
4140
fetch-depth: 0
4241

4342
- name: Rebase
@@ -64,7 +63,7 @@ jobs:
6463
- name: Setup Zephyr project
6564
uses: zephyrproject-rtos/action-zephyr-setup@f7b70269a8eb01f70c8e710891e4c94972a2f6b4 # v1.0.6
6665
with:
67-
app-path: zephyr
66+
app-path: .
6867
toolchains: all
6968

7069
- name: Initialize CodeQL
@@ -77,11 +76,9 @@ jobs:
7776
- if: matrix.build-mode == 'manual'
7877
shell: bash
7978
run: |
80-
cd zephyr
8179
west build -b qemu_x86 samples/hello_world
8280
8381
- name: Perform CodeQL Analysis
8482
uses: github/codeql-action/analyze@v3
8583
with:
8684
category: "/language:${{matrix.language}}"
87-
checkout_path: zephyr

0 commit comments

Comments
 (0)