mirror of
https://github.com/github/codeql-action.git
synced 2026-05-02 03:40:10 +00:00
Export configuration information for red runs
This commit is contained in:
@@ -71,7 +71,7 @@ async function maybeUploadFailedSarif(
|
||||
const checkoutPath = getCheckoutPathInputOrThrow(workflow, jobName, matrix);
|
||||
|
||||
const sarifFile = "../codeql-failed-run.sarif";
|
||||
await codeql.diagnosticsExport(sarifFile, category);
|
||||
await codeql.diagnosticsExport(sarifFile, category, config);
|
||||
|
||||
core.info(`Uploading failed SARIF file ${sarifFile}`);
|
||||
const uploadResult = await uploadLib.uploadFromActions(
|
||||
|
||||
Reference in New Issue
Block a user