Skip to content

Commit 293a96c

Browse files
committed
remove actions
Signed-off-by: Anas Nashif <[email protected]>
1 parent e352908 commit 293a96c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
#runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
1515
runs-on:
1616
group: test-runner-v2-linux-x64-4xlarge
17+
container:
18+
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
19+
options: '--entrypoint /bin/bash'
1720
permissions:
1821
# required for all workflows
1922
security-events: write
@@ -29,8 +32,6 @@ jobs:
2932
fail-fast: false
3033
matrix:
3134
include:
32-
- language: actions
33-
build-mode: none
3435
- language: c-cpp
3536
build-mode: manual
3637
- language: python
@@ -86,6 +87,8 @@ jobs:
8687
- if: matrix.build-mode == 'manual'
8788
shell: bash
8889
run: |
90+
export ZEPHYR_BASE=${PWD}
91+
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
8992
west build -b qemu_x86 samples/hello_world
9093
9194
- name: Perform CodeQL Analysis

0 commit comments

Comments
 (0)