mirror of
https://github.com/github/codeql-action.git
synced 2026-01-01 20:20:07 +08:00
Add languages and build_mode to init success status report
This commit is contained in:
@@ -195,7 +195,7 @@ async function run() {
|
||||
ActionName.Analyze,
|
||||
"starting",
|
||||
startedAt,
|
||||
undefined,
|
||||
config,
|
||||
await util.checkDiskUsage(logger),
|
||||
logger,
|
||||
),
|
||||
|
||||
@@ -75,7 +75,7 @@ async function run() {
|
||||
ActionName.Autobuild,
|
||||
"starting",
|
||||
startedAt,
|
||||
undefined,
|
||||
config,
|
||||
await checkDiskUsage(logger),
|
||||
logger,
|
||||
),
|
||||
|
||||
@@ -113,7 +113,7 @@ async function sendCompletedStatusReport(
|
||||
ActionName.Init,
|
||||
getActionsStatus(error),
|
||||
startedAt,
|
||||
undefined,
|
||||
config,
|
||||
await checkDiskUsage(logger),
|
||||
logger,
|
||||
error?.message,
|
||||
@@ -231,7 +231,7 @@ async function run() {
|
||||
ActionName.Init,
|
||||
"starting",
|
||||
startedAt,
|
||||
undefined,
|
||||
config,
|
||||
await checkDiskUsage(logger),
|
||||
logger,
|
||||
),
|
||||
|
||||
@@ -39,7 +39,7 @@ async function run() {
|
||||
ActionName.ResolveEnvironment,
|
||||
"starting",
|
||||
startedAt,
|
||||
undefined,
|
||||
config,
|
||||
await checkDiskUsage(),
|
||||
logger,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user