[bot] Update dist directory

This commit is contained in:
bigdaz
2024-04-18 19:41:35 +00:00
committed by github-actions[bot]
parent c198d84863
commit 750cdda3ed
10 changed files with 77 additions and 47 deletions

View File

@@ -95773,6 +95773,9 @@ class DependencyGraphConfig {
getJobCorrelator() {
return DependencyGraphConfig.constructJobCorrelator(github.context.workflow, github.context.job, getJobMatrix());
}
getReportDirectory() {
return path_1.default.resolve(getWorkspaceDirectory(), 'dependency-graph-reports');
}
static constructJobCorrelator(workflow, jobId, matrixJson) {
const matrixString = this.describeMatrix(matrixJson);
const label = matrixString ? `${workflow}-${jobId}-${matrixString}` : `${workflow}-${jobId}`;