Skip to content

Commit e75a61a

Browse files
committed
config
Signed-off-by: Anas Nashif <[email protected]>
1 parent 9cac86b commit e75a61a

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
paths:
2+
- doc
3+
paths-ignore:
4+
- subsys/bluetooth/services/Kconfig.cts
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
paths:
2+
- .github

.github/workflows/codeql.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@ jobs:
3232
build-mode: none
3333
- language: actions
3434
build-mode: none
35+
config: ./.github/codeql/codeql-actions-config.yml
3536
- language: javascript-typescript
3637
build-mode: none
38+
config: ./.github/codeql/codeql-js-config.yml
3739
steps:
3840
- name: Checkout
3941
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -45,6 +47,7 @@ jobs:
4547
languages: ${{ matrix.language }}
4648
build-mode: ${{ matrix.build-mode }}
4749
queries: security-extended
50+
config-file: ${{ matrix.config }}
4851

4952
- if: matrix.build-mode == 'manual'
5053
shell: bash

0 commit comments

Comments
 (0)