Skip to content

Commit

Permalink
fix: sarif files
Browse files Browse the repository at this point in the history
  • Loading branch information
abd3lraouf committed Jul 16, 2022
1 parent 9382aaa commit 4308f48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Expand Up @@ -41,4 +41,4 @@ jobs:
uses: github/codeql-action/upload-sarif@v1
with:
# Path to SARIF file relative to the root of the repository
sarif_file: sdk/build/reports/spotbugs
sarif_file: sdk/build/reports/spotbugs/
2 changes: 1 addition & 1 deletion sdk/build.gradle
Expand Up @@ -63,7 +63,7 @@ tasks.withType(SpotBugsTask) {
reports {
html {
required = true
outputLocation = file("$buildDir/reports/${slashSeparated(taskName)}.html")
outputLocation = file("$buildDir/reports/${slashSeparated(taskName)}.sarif")
stylesheet = 'fancy-hist.xsl'
}
}
Expand Down

0 comments on commit 4308f48

Please sign in to comment.