We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1998cb commit 41b1e1eCopy full SHA for 41b1e1e
.github/workflows/qodana.yml
@@ -29,3 +29,6 @@ jobs:
29
upload-result: true
30
env:
31
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
32
+ - uses: github/codeql-action/upload-sarif@v2
33
+ with:
34
+ sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json
0 commit comments