Skip to content

Commit 25fb90f

Browse files
committed
no quality sarif
1 parent e2004aa commit 25fb90f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ tasks.register('sarifCopy', Copy) {
511511

512512
def counter = 0
513513
rename { String filename ->
514-
return (counter++) + "_.quality.sarif"
514+
return (counter++) + "_.sarif"
515515
}
516516
into layout.buildDirectory.dir("sarif-results")
517517
}

0 commit comments

Comments
 (0)