Rename considerInvalidRequestConfigError to isThirdPartyUpload

This describes what we are trying to do more accurately.
This commit is contained in:
Angela P Wen 2024-02-28 15:22:39 +00:00
parent cc3808ec2a
commit 1a6bac42d0
12 changed files with 22 additions and 22 deletions

View file

@ -286,7 +286,7 @@ async function run() {
actionsUtil.getRequiredInput("checkout_path"),
actionsUtil.getOptionalInput("category"),
logger,
{ considerInvalidRequestConfigError: false },
{ isThirdPartyUpload: false },
);
core.setOutput("sarif-id", uploadResult.sarifID);
} else {