Skip to content

Commit dd35a29

Browse files
committed
Update upload-sarif action
1 parent 0b8f137 commit dd35a29

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

lib/upload-sarif-action.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/upload-sarif-action.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/upload-sarif-action.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import {
2121
ConfigurationError,
2222
checkActionVersion,
2323
checkDiskUsage,
24+
fixCodeQualityCategory,
2425
getErrorMessage,
2526
initializeEnvironment,
2627
isInTestMode,
@@ -112,7 +113,7 @@ async function run() {
112113
await upload_lib.uploadSpecifiedFiles(
113114
qualitySarifFiles,
114115
checkoutPath,
115-
category,
116+
fixCodeQualityCategory(logger, category),
116117
features,
117118
logger,
118119
upload_lib.CodeQualityTarget,

0 commit comments

Comments
 (0)