Skip to content

Commit 808fd6b

Browse files
ci: Add subsys to codeql
Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
1 parent 1d57bfa commit 808fd6b

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/codeql/codeql-c-config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
paths:
22
- samples
3+
- subsys

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
include:
26-
- language: c-cpp
27-
build-mode: none
28-
config: ./.github/codeql/codeql-c-config.yml
2926
- language: actions
3027
build-mode: none
3128
config: ./.github/codeql/codeql-actions-config.yml
29+
- language: c-cpp
30+
build-mode: none
31+
config: ./.github/codeql/codeql-c-config.yml
3232
steps:
3333
- name: Checkout
3434
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)