Logging: Add a space after a URL for easier copying
This commit is contained in:
parent
222ac621e3
commit
4dca88a5fc
6 changed files with 8 additions and 8 deletions
4
lib/setup-codeql.js
generated
4
lib/setup-codeql.js
generated
|
|
@ -340,10 +340,10 @@ async function getCodeQLSource(toolsInput, defaultCliVersion, apiDetails, varian
|
|||
(await useZstdBundle(cliVersion, features, tarSupportsZstd)), logger);
|
||||
}
|
||||
if (cliVersion) {
|
||||
logger.info(`Using CodeQL CLI version ${cliVersion} sourced from ${url}.`);
|
||||
logger.info(`Using CodeQL CLI version ${cliVersion} sourced from ${url} .`);
|
||||
}
|
||||
else {
|
||||
logger.info(`Using CodeQL CLI sourced from ${url}.`);
|
||||
logger.info(`Using CodeQL CLI sourced from ${url} .`);
|
||||
}
|
||||
return {
|
||||
bundleVersion: tagName && tryGetBundleVersionFromTagName(tagName, logger),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue