Updated CodeQL to use latest version (#21436)

* Update CodeQL to latest version
This commit is contained in:
Rohitesh Gupta
2022-10-18 12:44:19 +05:30
committed by GitHub
parent 9a857b47b4
commit 9e72ca1867
2 changed files with 28 additions and 7 deletions

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

@@ -0,0 +1,14 @@
name: "CodeQL config"
query-filters:
- exclude:
problem.severity:
- warning
- recommendation
- exclude:
id: go/log-injection
paths-ignore:
- templates
- tests
- 'api4/*_local.go'