Skip to content

Commit 4255a3e

Browse files
committed
workaround
Signed-off-by: Anas Nashif <[email protected]>
1 parent 822eec2 commit 4255a3e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Analyze (${{ matrix.language }})
1414
#runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
1515
runs-on:
16-
group: zephyr-runner-v2-linux-x64-4xlarge
16+
group: test-runner-v2-linux-x64-4xlarge
1717
container:
1818
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
1919
options: '--entrypoint /bin/bash'
@@ -36,6 +36,10 @@ jobs:
3636
build-mode: manual
3737
- language: python
3838
build-mode: none
39+
- language: actions
40+
build-mode: none
41+
- language: javascript-typescript
42+
build-mode: none
3943
env:
4044
LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-16
4145
steps:

0 commit comments

Comments
 (0)