codeqlmanifest: explicitly chain to ./codeql if we have it

This commit is contained in:
Henning Makholm
2019-10-24 17:40:43 +02:00
parent c927a4c354
commit 8dd0fcbf46

View File

@@ -1,3 +1,4 @@
{ "provide": [ "*/ql/src/qlpack.yml",
"misc/legacy-support/*/qlpack.yml",
"misc/suite-helpers/qlpack.yml" ] }
"misc/suite-helpers/qlpack.yml",
"codeql/.codeqlmanifest.json" ] }