[bot] Update dist directory

This commit is contained in:
bigdaz 2024-04-25 10:20:39 +00:00 committed by github-actions[bot]
parent a772c14b33
commit 18998bc43e
6 changed files with 6 additions and 3 deletions

View File

@ -144686,6 +144686,7 @@ async function setup(config) {
return;
}
if (option === configuration_1.DependencyGraphOption.DownloadAndSubmit) {
maybeExportVariable('DEPENDENCY_GRAPH_REPORT_DIR', config.getReportDirectory());
await downloadAndSubmitDependencyGraphs(config);
return;
}

File diff suppressed because one or more lines are too long

View File

@ -144686,6 +144686,7 @@ async function setup(config) {
return;
}
if (option === configuration_1.DependencyGraphOption.DownloadAndSubmit) {
maybeExportVariable('DEPENDENCY_GRAPH_REPORT_DIR', config.getReportDirectory());
await downloadAndSubmitDependencyGraphs(config);
return;
}

File diff suppressed because one or more lines are too long

View File

@ -142139,6 +142139,7 @@ async function setup(config) {
return;
}
if (option === configuration_1.DependencyGraphOption.DownloadAndSubmit) {
maybeExportVariable('DEPENDENCY_GRAPH_REPORT_DIR', config.getReportDirectory());
await downloadAndSubmitDependencyGraphs(config);
return;
}

File diff suppressed because one or more lines are too long