[bot] Update dist directory

This commit is contained in:
bigdaz
2024-07-17 04:13:39 +00:00
committed by github-actions[bot]
parent 4a315dceb2
commit 23dad2b1c7
10 changed files with 47 additions and 14 deletions

View File

@@ -98279,6 +98279,9 @@ class DependencyGraphConfig {
getReportDirectory() {
return path_1.default.resolve(getWorkspaceDirectory(), 'dependency-graph-reports');
}
getDownloadArtifactName() {
return process.env['DEPENDENCY_GRAPH_DOWNLOAD_ARTIFACT_NAME'];
}
static constructJobCorrelator(workflow, jobId, matrixJson) {
const matrixString = this.describeMatrix(matrixJson);
const label = matrixString ? `${workflow}-${jobId}-${matrixString}` : `${workflow}-${jobId}`;

File diff suppressed because one or more lines are too long