We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Give an option to pull CLI/LIB for OS/all using a CodeQL Bundle release:
https://github.com/github/codeql-action/releases
This is a single tar.gz for each platform that has a pre-compiled library that matches the CLI version, e.g.
tar.gz
https://github.com/github/codeql-action/releases/download/codeql-bundle-20220728/codeql-bundle-linux64.tar.gz
For Linux x64, v2.10.2, but not tagged as v2.10.2. Content of the release does list the tag, so may have to parse it.
It is tagged as codeql-bundle-20220728, so by date not by CLI tag.
codeql-bundle-20220728
Bundles CodeQL CLI v2.10.2
(changelog, release) Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.10.2:
codeql/cpp-queries (changelog, source) codeql/cpp-all (changelog, source) codeql/csharp-queries (changelog, source) codeql/csharp-all (changelog, source) codeql/go-queries (changelog, source) codeql/go-all (changelog, source) codeql/java-queries (changelog, source) codeql/java-all (changelog, source) codeql/javascript-queries (changelog, source) codeql/javascript-all (changelog, source) codeql/python-queries (changelog, source) codeql/python-all (changelog, source) codeql/ruby-queries (changelog, source) codeql/ruby-all (changelog, source)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Give an option to pull CLI/LIB for OS/all using a CodeQL Bundle release:
https://github.com/github/codeql-action/releases
This is a single
tar.gz
for each platform that has a pre-compiled library that matches the CLI version, e.g.https://github.com/github/codeql-action/releases/download/codeql-bundle-20220728/codeql-bundle-linux64.tar.gz
For Linux x64, v2.10.2, but not tagged as v2.10.2. Content of the release does list the tag, so may have to parse it.
It is tagged as
codeql-bundle-20220728
, so by date not by CLI tag.Bundles CodeQL CLI v2.10.2
(changelog, release)
Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.10.2:
codeql/cpp-queries (changelog, source)
codeql/cpp-all (changelog, source)
codeql/csharp-queries (changelog, source)
codeql/csharp-all (changelog, source)
codeql/go-queries (changelog, source)
codeql/go-all (changelog, source)
codeql/java-queries (changelog, source)
codeql/java-all (changelog, source)
codeql/javascript-queries (changelog, source)
codeql/javascript-all (changelog, source)
codeql/python-queries (changelog, source)
codeql/python-all (changelog, source)
codeql/ruby-queries (changelog, source)
codeql/ruby-all (changelog, source)
The text was updated successfully, but these errors were encountered: