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 92631ce commit c373d10Copy full SHA for c373d10
.github/workflows/codeql.yml
@@ -37,7 +37,6 @@ jobs:
37
- name: Checkout
38
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
39
with:
40
- path: zephyr
41
fetch-depth: 0
42
43
- name: Rebase
@@ -64,7 +63,7 @@ jobs:
64
63
- name: Setup Zephyr project
65
uses: zephyrproject-rtos/action-zephyr-setup@f7b70269a8eb01f70c8e710891e4c94972a2f6b4 # v1.0.6
66
67
- app-path: zephyr
+ app-path: .
68
toolchains: all
69
70
- name: Initialize CodeQL
@@ -77,11 +76,9 @@ jobs:
77
76
- if: matrix.build-mode == 'manual'
78
shell: bash
79
run: |
80
- cd zephyr
81
west build -b qemu_x86 samples/hello_world
82
83
- name: Perform CodeQL Analysis
84
uses: github/codeql-action/analyze@v3
85
86
category: "/language:${{matrix.language}}"
87
- checkout_path: zephyr
0 commit comments