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 822eec2 commit 4255a3eCopy full SHA for 4255a3e
.github/workflows/codeql.yml
@@ -13,7 +13,7 @@ jobs:
13
name: Analyze (${{ matrix.language }})
14
#runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
15
runs-on:
16
- group: zephyr-runner-v2-linux-x64-4xlarge
+ 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'
@@ -36,6 +36,10 @@ jobs:
36
build-mode: manual
37
- language: python
38
build-mode: none
39
+ - language: actions
40
+ build-mode: none
41
+ - language: javascript-typescript
42
43
env:
44
LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-16
45
steps:
0 commit comments