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 e6e8d9b commit 13bbaaaCopy full SHA for 13bbaaa
.github/workflows/main.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Upload SARIF report to GitHub
47
# Also upload report if quality gate fails
48
if: always()
49
- uses: github/codeql-action/upload-sarif@v3
+ uses: github/codeql-action/upload-sarif@v4
50
with:
51
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json
52
test:
0 commit comments