mirror of
https://github.com/github/codeql-action.git
synced 2026-01-02 12:40:21 +08:00
Merge pull request #1970 from github/henrymercer/clean-up-init-logs
Validate workflow within new log group
This commit is contained in:
@@ -255,7 +255,11 @@ async function run() {
|
||||
toolsVersion = initCodeQLResult.toolsVersion;
|
||||
toolsSource = initCodeQLResult.toolsSource;
|
||||
|
||||
await validateWorkflow(codeql, logger);
|
||||
core.startGroup("Validating workflow");
|
||||
if ((await validateWorkflow(codeql, logger)) === undefined) {
|
||||
logger.info("Detected no issues with the code scanning workflow.");
|
||||
}
|
||||
core.endGroup();
|
||||
|
||||
config = await initConfig(
|
||||
getOptionalInput("languages"),
|
||||
|
||||
Reference in New Issue
Block a user