Remove feature flag for exporting the code scanning configuration flag
This commit is contained in:
parent
a42c0ca9fe
commit
56beae86dd
12 changed files with 38 additions and 39 deletions
|
|
@ -80,7 +80,7 @@ async function maybeUploadFailedSarif(
|
|||
databasePath === undefined ||
|
||||
!(await features.getValue(Feature.ExportDiagnosticsEnabled, codeql))
|
||||
) {
|
||||
await codeql.diagnosticsExport(sarifFile, category, config, features);
|
||||
await codeql.diagnosticsExport(sarifFile, category, config);
|
||||
} else {
|
||||
// We call 'database export-diagnostics' to find any per-database diagnostics.
|
||||
await codeql.databaseExportDiagnostics(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue