Ignore static/web for codeql (#3397)

* Ignore static/web for codeql

* use different config for different languages

* put something in go config
This commit is contained in:
Matthew Donoughe
2023-10-27 22:44:09 -04:00
committed by GitHub
parent 3cf550c916
commit 448659e1c6
3 changed files with 6 additions and 0 deletions

1
.github/codeql/go.yml vendored Normal file
View File

@@ -0,0 +1 @@
name: Go config

4
.github/codeql/javascript.yml vendored Normal file
View File

@@ -0,0 +1,4 @@
name: Javascript config
paths-ignore:
- static/web