mirror of
https://github.com/gradle/actions
synced 2024-11-27 11:52:24 +00:00
parent
9ab93ee864
commit
7763d71170
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ export async function setup(config: DependencyGraphConfig): Promise<void> {
|
|||
}
|
||||
// Download and submit early, for compatability with dependency review.
|
||||
if (option === DependencyGraphOption.DownloadAndSubmit) {
|
||||
maybeExportVariable('DEPENDENCY_GRAPH_REPORT_DIR', config.getReportDirectory())
|
||||
await downloadAndSubmitDependencyGraphs(config)
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue