Skip to content

Commit

Permalink
Add config file and exclude cmake-format.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Basler committed Jan 9, 2023
1 parent 608be5b commit 8536003
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/codeql/codeql-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
paths-ignore:
- build
- '.cmake-format.py'
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
with:
languages: ${{ matrix.language }}
queries: +security-and-quality
config-file: ./.github/codeql/codeql-config.yml

- name : installPackages
run : |
Expand Down

0 comments on commit 8536003

Please sign in to comment.