Skip to content

Commit 9835994

Browse files
committed
CSRA category does not need to be adjusted
1 parent 0ce6420 commit 9835994

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

lib/analyze-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/init-action-post.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-lib.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

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/analyses.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ export const CSRA: AnalysisConfig = {
209209
target: SARIF_UPLOAD_ENDPOINT.CSRA,
210210
sarifExtension: ".csra.sarif",
211211
sarifPredicate: (name) => name.endsWith(CSRA.sarifExtension),
212-
fixCategory: fixCodeQualityCategory,
212+
fixCategory: (_, category) => category,
213213
sentinelPrefix: "CODEQL_UPLOAD_CSRA_SARIF_",
214214
transformPayload: addAssessmentId,
215215
};

0 commit comments

Comments
 (0)