Skip to content

Commit

Permalink
refactor: upload qodana results for easier debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWitt authored Oct 19, 2023
1 parent 9240f69 commit 44bc80d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: JetBrains/qodana-action@95ecb19ba27e308153723e54a790e4ad908b13a0 # v2023.2.8
with:
args: "--fail-threshold,0"
upload-result: "true"
- uses: github/codeql-action/upload-sarif@0116bc2df50751f9724a2e35ef1f24d22f90e4e1 # v2
if: always()
with:
Expand Down

0 comments on commit 44bc80d

Please sign in to comment.