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 |
Answered by
hohn
Aug 24, 2022
Replies: 2 comments 2 replies
|
Possible fixes When using the codeql binary + codeql library snapshot:
|
1 reply
Answer selected by
hohn
|
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: |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Possible fixes When using the codeql binary + codeql library snapshot:
Fix one: use the original
libraryPathDependenciesinqlpack.ymlFix two: use
--additional-packsinstead of--search-path: