Adds check on inputs and compiled files
This commit is contained in:
parent
5916f9896d
commit
1eaaf07b91
10 changed files with 111 additions and 15 deletions
1
lib/analyze-action.js
generated
1
lib/analyze-action.js
generated
|
|
@ -109,6 +109,7 @@ async function run() {
|
|||
core.setOutput("db-locations", dbLocations);
|
||||
if (runStats && actionsUtil.getRequiredInput("upload") === "true") {
|
||||
uploadResult = await upload_lib.uploadFromActions(outputDir, config.gitHubVersion, apiDetails, logger);
|
||||
core.setOutput('sarif-id', uploadResult.sarifID);
|
||||
}
|
||||
else {
|
||||
logger.info("Not uploading results");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue