File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 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
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'
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
8581 uses : github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
8682 with :
8783 category : " /language:${{matrix.language}}"
88- checkout_path : zephyr
You can’t perform that action at this time.
0 commit comments