Codeql to ignore archive folder (#722)
* Update codeql-analysis.yml * Create codeql-config.ymlmaster
parent
66be4507c9
commit
de0ee4e59c
|
@ -0,0 +1,2 @@
|
|||
paths:
|
||||
- src
|
|
@ -49,6 +49,7 @@ jobs:
|
|||
# By default, queries listed here will override any specified in a config file.
|
||||
# Prefix the list here with "+" to use these queries and those in the config file.
|
||||
# queries: ./path/to/local/query, your-org/your-repo/queries@main
|
||||
config-file: ./.github/codeql/codeql-config.yml
|
||||
|
||||
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
||||
# If this step fails, then you should remove it and run the build manually (see below)
|
||||
|
|
Loading…
Reference in New Issue