Skip to content

Commit 9c27082

Browse files
committed
sarif
1 parent 6bcc157 commit 9c27082

File tree

2 files changed

+161645
-1
lines changed

2 files changed

+161645
-1
lines changed

.github/workflows/qodana_code_quality.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
name: 'Qodana Scan'
2929
uses: jetbrains/[email protected]
3030
with:
31-
pr-mode: 'false'
31+
args: --baseline,qodana.sarif.json
32+
cache-default-branch-only: true
33+
pr-mode: true
3234
env:
3335
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

0 commit comments

Comments
 (0)