Update CodeQL configuration

This commit is contained in:
Richard Berger
2021-05-10 18:54:01 -04:00
parent e1b2235d36
commit b4539fdac2
3 changed files with 14 additions and 3 deletions

4
.github/codeql/cpp.yml vendored Normal file
View File

@ -0,0 +1,4 @@
paths:
- src
- lib
- tools

5
.github/codeql/python.yml vendored Normal file
View File

@ -0,0 +1,5 @@
paths:
- python/lammps
queries:
- uses: security-and-quality