Skip to content

Commit d501316

Browse files
authored
Merge pull request #2195 from hmakholm/pr/chain-to-codeql
codeqlmanifest: explicitly chain to ./codeql if we have it
2 parents d2f3574 + 8dd0fcb commit d501316

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.codeqlmanifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{ "provide": [ "*/ql/src/qlpack.yml",
22
"misc/legacy-support/*/qlpack.yml",
3-
"misc/suite-helpers/qlpack.yml" ] }
3+
"misc/suite-helpers/qlpack.yml",
4+
"codeql/.codeqlmanifest.json" ] }

0 commit comments

Comments
 (0)