Rename new input to processed-sarif-path

This commit is contained in:
Michael B. Gale
2025-10-22 19:12:38 +01:00
parent 6f0fcbeea7
commit 8ff870a6c2
6 changed files with 6 additions and 6 deletions

View File

@@ -359,7 +359,7 @@ async function run() {
checkoutPath,
outputDir,
category,
actionsUtil.getOptionalInput("post-process-output"),
actionsUtil.getOptionalInput("processed-sarif-path"),
);
} else {
uploadResults = {};

View File

@@ -763,7 +763,7 @@ export async function postProcessSarifFiles(
* Writes the processed SARIF file to disk, if needed based on `pathInput` or the `SARIF_DUMP_DIR`.
*
* @param logger The logger to use.
* @param pathInput The input provided for `post-process-output`.
* @param pathInput The input provided for `processed-sarif-path`.
* @param uploadTarget The upload target.
* @param processingResults The results of post-processing SARIF files.
*/