Open
Description
I'm having trouble with what I want to do.
How do I install a queries package where all the others are so I don't have to specify the folder I want to analyze them from when I run an analysis?
I use
RUN codeql pack install -v --allow-prerelease packagePath
But seems that are not used later when I use
codeql database analyze ...
I want to install a package for a specific language, without having to specify the path every time I use analyze.