Status reporting: fix codeql_version field name
This commit is contained in:
parent
81bfc289f5
commit
c3010cb18a
3 changed files with 4 additions and 4 deletions
2
lib/actions-util.js
generated
2
lib/actions-util.js
generated
|
|
@ -550,7 +550,7 @@ async function createStatusReportBase(actionName, status, actionStartedAt, cause
|
|||
statusReport.runner_os_release = os.release();
|
||||
}
|
||||
if (codeQlCliVersion !== undefined) {
|
||||
statusReport.codeql_cli_version = codeQlCliVersion;
|
||||
statusReport.codeql_version = codeQlCliVersion;
|
||||
}
|
||||
return statusReport;
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue