Rename considerInvalidRequestConfigError to isThirdPartyUpload
This describes what we are trying to do more accurately.
This commit is contained in:
parent
cc3808ec2a
commit
1a6bac42d0
12 changed files with 22 additions and 22 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue