Updated CodeQL to latest version (#2292)
* Created CodeQL config * Upgraded CodeQL to latest version
This commit is contained in:
11
.github/codeql/codeql-config.yml
vendored
Normal file
11
.github/codeql/codeql-config.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
name: "CodeQL config"
|
||||
|
||||
query-filters:
|
||||
- exclude:
|
||||
problem.severity:
|
||||
- warning
|
||||
- recommendation
|
||||
|
||||
paths-ignore:
|
||||
- e2e
|
||||
- '**/*.test.*'
|
Reference in New Issue
Block a user