Add a log in the OK case

This commit is contained in:
Henry Mercer 2023-10-26 19:45:45 +01:00
parent 06662f546c
commit 95c219819d
3 changed files with 7 additions and 3 deletions

View file

@ -256,7 +256,9 @@ async function run() {
toolsSource = initCodeQLResult.toolsSource;
core.startGroup("Validating workflow");
await validateWorkflow(codeql, logger);
if ((await validateWorkflow(codeql, logger)) === undefined) {
logger.info("Detected no issues with the code scanning workflow.");
}
core.endGroup();
config = await initConfig(