Updated CodeQL to use latest version (#6689)

* Created CodeQL config

* Updated CodeQL to latest branch
This commit is contained in:
Rohitesh Gupta
2022-10-18 18:56:22 +05:30
committed by GitHub
parent 52215b7749
commit b086776c33
2 changed files with 24 additions and 12 deletions

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

@@ -0,0 +1,13 @@
name: "CodeQL config"
query-filters:
- exclude:
problem.severity:
- warning
- recommendation
- exclude:
id: js/insecure-randomness
paths-ignore:
- test
- '**/*.test.*'