Skip to content

Commit 0bdf150

Browse files
committed
fix path
Signed-off-by: Anas Nashif <[email protected]>
1 parent 036365e commit 0bdf150

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
- name: Checkout
4141
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4242
with:
43-
path: zephyr
4443
fetch-depth: 0
4544

4645
- name: Initialize CodeQL
@@ -50,7 +49,6 @@ jobs:
5049
build-mode: ${{ matrix.build-mode }}
5150
queries: security-extended
5251
config-file: ${{ matrix.config }}
53-
source-root: zephyr
5452

5553
- name: Set Up Python ${{ matrix.python-version }}
5654
if: matrix.build-mode == 'manual'
@@ -62,7 +60,6 @@ jobs:
6260

6361
- name: install-packages
6462
if: matrix.build-mode == 'manual'
65-
working-directory: zephyr
6663
run: |
6764
pip install -r scripts/requirements-actions.txt --require-hashes
6865
sudo apt-get update -y
@@ -72,11 +69,10 @@ jobs:
7269
if: matrix.build-mode == 'manual'
7370
uses: zephyrproject-rtos/action-zephyr-setup@f7b70269a8eb01f70c8e710891e4c94972a2f6b4 # v1.0.6
7471
with:
75-
app-path: zephyr
72+
app-path: .
7673
toolchains: all
7774

7875
- if: matrix.build-mode == 'manual'
79-
working-directory: zephyr
8076
shell: bash
8177
run: |
8278
west build -b qemu_x86 samples/hello_world
@@ -85,4 +81,3 @@ jobs:
8581
uses: github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
8682
with:
8783
category: "/language:${{matrix.language}}"
88-
checkout_path: zephyr

0 commit comments

Comments
 (0)