Skip to content

Commit f5bcf60

Browse files
committed
CI: Exclude external files for CodeQL:
1 parent 4ecee55 commit f5bcf60

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/codeql/codeql-config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
paths:
2+
- 'src'
3+
paths-ignore:
4+
- 'src/mini-gdbstub/**'
5+
- 'src/softfloat/**'

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: Initialize CodeQL
3131
uses: github/codeql-action/init@v3
3232
with:
33+
config-file: .github/codeql/codeql-config.yml
3334
languages: ${{ matrix.language }}
3435
queries: +security-and-quality
3536

0 commit comments

Comments
 (0)