From ea41240bed65384e7d0fe1ff7a862234da19e105 Mon Sep 17 00:00:00 2001 From: Andrew Eisenberg Date: Sun, 5 Jan 2025 11:24:42 -0800 Subject: [PATCH] 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> --- src/autobuild.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/autobuild.ts b/src/autobuild.ts index 7f7fd423f..30dfc46ae 100644 --- a/src/autobuild.ts +++ b/src/autobuild.ts @@ -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; }