Skip to content

Commit 6d85071

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 3 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

0 commit comments

Comments
 (0)