build: refresh js files
This commit is contained in:
parent
c1fc897eb2
commit
0afd488dc1
22 changed files with 61 additions and 36 deletions
2
lib/upload-lib.js
generated
2
lib/upload-lib.js
generated
|
|
@ -435,7 +435,7 @@ async function uploadFiles(sarifPath, checkoutPath, category, features, logger)
|
|||
const numResultInSarif = countResultsInSarif(sarifPayload);
|
||||
logger.debug(`Number of results in upload: ${numResultInSarif}`);
|
||||
// Make the upload
|
||||
const sarifID = await uploadPayload(payload, (0, repository_1.parseRepositoryNwo)(util.getRequiredEnvParam("GITHUB_REPOSITORY")), logger);
|
||||
const sarifID = await uploadPayload(payload, (0, repository_1.getRepositoryNwo)(), logger);
|
||||
logger.endGroup();
|
||||
return {
|
||||
statusReport: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue