Updated CodeQL to latest version (#2292)

* Created CodeQL config

* Upgraded CodeQL to latest version
This commit is contained in:
Rohitesh Gupta
2022-10-20 18:43:07 +05:30
committed by GitHub
parent cf647ce3e9
commit 48869a654f
2 changed files with 23 additions and 13 deletions

11
.github/codeql/codeql-config.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
name: "CodeQL config"
query-filters:
- exclude:
problem.severity:
- warning
- recommendation
paths-ignore:
- e2e
- '**/*.test.*'