Skip to content

Commit

Permalink
CI: Exclude external files for CodeQL:
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed Oct 10, 2024
1 parent 4ecee55 commit f5bcf60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/codeql/codeql-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
paths:
- 'src'
paths-ignore:
- 'src/mini-gdbstub/**'
- 'src/softfloat/**'
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
config-file: .github/codeql/codeql-config.yml
languages: ${{ matrix.language }}
queries: +security-and-quality

Expand Down

0 comments on commit f5bcf60

Please sign in to comment.