Updates javascript files
This commit is contained in:
parent
260b4d5dc4
commit
3cc87990f0
2 changed files with 2 additions and 2 deletions
2
lib/analyze-action.js
generated
2
lib/analyze-action.js
generated
|
|
@ -109,7 +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);
|
||||
core.setOutput("sarif-id", uploadResult.sarifID);
|
||||
}
|
||||
else {
|
||||
logger.info("Not uploading results");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue