Skip to content

Commit

Permalink
Merge pull request #91 from marcransome/codeql
Browse files Browse the repository at this point in the history
Limit CodeQL code scanning to non-test sources
  • Loading branch information
marcransome authored Jun 27, 2023
2 parents ff3b31b + 5fe88df commit 128f190
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
with:
languages: cpp
queries: security-and-quality
source-root: src
- name: Build sources
run: |
cmake -S . -B build
Expand Down

0 comments on commit 128f190

Please sign in to comment.