Change overriding log message to make default version more explicit.
This commit is contained in:
parent
c92bbd4223
commit
998a4c720d
3 changed files with 5 additions and 3 deletions
|
|
@ -311,7 +311,8 @@ export async function getCodeQLSource(
|
|||
if (forceShippedTools) {
|
||||
logger.info(
|
||||
"Overriding the version of the CodeQL tools by the version shipped with the Action since " +
|
||||
`"tools: linked" or "tools: latest" was requested.`,
|
||||
`"tools: linked" or "tools: latest" was requested. The version shipped with the Action is ` +
|
||||
`${defaultCliVersion.cliVersion}.`,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue