mirror of
https://github.com/github/codeql-action.git
synced 2026-04-29 02:18:47 +00:00
Remove unneeded comment
This commit is contained in:
@@ -356,7 +356,6 @@ async function uploadPayload(
|
||||
): Promise<string> {
|
||||
logger.info("Uploading results");
|
||||
|
||||
// If in test mode we don't want to upload the results,
|
||||
if (util.shouldSkipSarifUpload()) {
|
||||
const payloadSaveFile = path.join(
|
||||
actionsUtil.getTemporaryDirectory(),
|
||||
|
||||
Reference in New Issue
Block a user