Add a log in the OK case
This commit is contained in:
parent
06662f546c
commit
95c219819d
3 changed files with 7 additions and 3 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue