mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 17:50:07 +08:00
Fix code scanning alert no. 1114: Ensure code is properly formatted, use insertion, deletion, or replacement to obtain desired formatting.
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This commit is contained in:
@@ -25,7 +25,7 @@ export async function determineAutobuildLanguages(
|
||||
) {
|
||||
logger.info(
|
||||
`Using build mode "${config.buildMode}", nothing to autobuild. ` +
|
||||
`See ${DocUrl.CODEQL_BUILD_MODES} for more information.`,
|
||||
`See ${DocUrl.CODEQL_BUILD_MODES} for more information.`,
|
||||
);
|
||||
return undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user