mirror of
https://github.com/github/codeql-action.git
synced 2026-01-01 04:00:24 +08:00
Rename new input to processed-sarif-path
This commit is contained in:
@@ -359,7 +359,7 @@ async function run() {
|
||||
checkoutPath,
|
||||
outputDir,
|
||||
category,
|
||||
actionsUtil.getOptionalInput("post-process-output"),
|
||||
actionsUtil.getOptionalInput("processed-sarif-path"),
|
||||
);
|
||||
} else {
|
||||
uploadResults = {};
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user