Remove support for CodeQL v2.12.5 and earlier
This commit is contained in:
parent
2f0d0eaebd
commit
1a60a91726
19 changed files with 45 additions and 315 deletions
2
lib/setup-codeql.js
generated
2
lib/setup-codeql.js
generated
|
|
@ -241,7 +241,7 @@ async function getCodeQLSource(toolsInput, defaultCliVersion, apiDetails, varian
|
|||
logger.info("Overriding the version of the CodeQL tools by the version shipped with the Action since " +
|
||||
`"tools: latest" was requested.`);
|
||||
}
|
||||
/** CLI version number, for example 2.12.1. */
|
||||
/** CLI version number, for example 2.12.6. */
|
||||
let cliVersion;
|
||||
/** Tag name of the CodeQL bundle, for example `codeql-bundle-20230120`. */
|
||||
let tagName;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue