mirror of
https://github.com/github/codeql-action.git
synced 2025-12-24 08:10:06 +08:00
Rename upload-debug-artifacts to combined-sarif-artifacts
More accurately describes what these artifacts are, rather than the step they're uploaded in.
This commit is contained in:
2
lib/debug-artifacts.js
generated
2
lib/debug-artifacts.js
generated
@@ -67,7 +67,7 @@ async function uploadCombinedSarifArtifacts() {
|
||||
}
|
||||
}
|
||||
if (toUpload.length > 0) {
|
||||
await uploadDebugArtifacts(toUpload, baseTempDir, "upload-debug-artifacts");
|
||||
await uploadDebugArtifacts(toUpload, baseTempDir, "combined-sarif-artifacts");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user