mirror of
https://github.com/github/codeql-action.git
synced 2026-01-06 22:50:17 +08:00
Only print lines of code information once
CodeQL already prints it, so we don't need to print it again.
This commit is contained in:
@@ -352,7 +352,7 @@ export async function runQueries(
|
||||
logger.endGroup();
|
||||
logger.info(analysisSummary);
|
||||
}
|
||||
logger.info(await runPrintLinesOfCode(language));
|
||||
await runPrintLinesOfCode(language);
|
||||
} catch (e) {
|
||||
logger.info(String(e));
|
||||
if (e instanceof Error) {
|
||||
|
||||
Reference in New Issue
Block a user