-
Unresolved ql packs / library contentsThe problem You get unresolved ql packs / library references when using a combination of codeql cli + codeql library snapshot (from https://github.com/github/codeql-cli-binaries/releases and https://github.com/github/codeql/tags, respectively). Details Unable to resolve codeql library / packs, with the error:
Even though the pack is clearly there
when using this
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Possible fixes When using the codeql binary + codeql library snapshot:
|
Beta Was this translation helpful? Give feedback.
-
I'm guessing the lack of indentation in the last line is a typo here, since that my cause some unexpected resolution failures as well:
should be:
|
Beta Was this translation helpful? Give feedback.
Possible fixes When using the codeql binary + codeql library snapshot:
Fix one: use the original
libraryPathDependencies
inqlpack.yml
Fix two: use
--additional-packs
instead of--search-path
: