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 e352908 commit 6d85071Copy full SHA for 6d85071
.github/workflows/codeql.yml
@@ -14,6 +14,9 @@ jobs:
14
#runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
15
runs-on:
16
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'
20
permissions:
21
# required for all workflows
22
security-events: write
@@ -29,8 +32,6 @@ jobs:
29
32
fail-fast: false
30
33
matrix:
31
34
include:
- - language: actions
- build-mode: none
35
- language: c-cpp
36
build-mode: manual
37
- language: python
0 commit comments