Open huornlmj opened 1 year ago
This is a quirk around codeql resolve qlpacks
interacts with the codeql bundle. It is not recognizing that each of the locations is distinct and in all regular use cases of codeql the qlpacks will be resolved correctly.
This is a quirk around
codeql resolve qlpacks
interacts with the codeql bundle. It is not recognizing that each of the locations is distinct and in all regular use cases of codeql the qlpacks will be resolved correctly.
May I suggest updating the docs here to reflect that quirk? https://docs.github.com/en/code-security/codeql-cli/getting-started-with-the-codeql-cli/setting-up-the-codeql-cli
We're working on fixing this.
@aeisenberg I am getting the same kind of error. Could you please explain what does the error exactly mean ? Is it that it is not able to distinguish similar files ? So, I can't currently use codeql for my project ?
Is there any other workaround that ?
You can safely ignore the error. There is nothing wrong with your installation.
After downloading https://github.com/github/codeql-action/releases/download/codeql-bundle-v2.15.2/codeql-bundle-linux64.tar.gz and
$ tar xvzf codeql-bundle-linux64.tar.gz
I set my $PATH to the extracted dir like so:When I run
codeql resolve qlpacks
I get the following error:What could be wrong? Should I ignore the errors and proceed?