Remove now redundant variant property
Previously, this was useful for discriminating between different `CodeQLDefaultVersion` instances. However now all instances return a tag name.
This commit is contained in:
parent
bec18d1625
commit
50f2cc19ee
15 changed files with 10 additions and 40 deletions
1
lib/testing-utils.js
generated
1
lib/testing-utils.js
generated
|
|
@ -43,7 +43,6 @@ exports.SAMPLE_DOTCOM_API_DETAILS = {
|
|||
exports.SAMPLE_DEFAULT_CLI_VERSION = {
|
||||
cliVersion: "2.20.0",
|
||||
tagName: "codeql-bundle-v2.20.0",
|
||||
variant: util_1.GitHubVariant.DOTCOM,
|
||||
};
|
||||
function wrapOutput(context) {
|
||||
// Function signature taken from Socket.write.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue