Skip to content

Commit 0394036

Browse files
Update lint.yaml
1 parent 07a43ff commit 0394036

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/lint.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,20 @@ jobs:
1515
- name: Checkout Repository
1616
uses: actions/checkout@v4
1717

18-
- name: Run Qodana
18+
- name: Run Qodana in Debug Mode
1919
uses: JetBrains/qodana-action@v2024.1
2020
env:
2121
QODANA_TOKEN: ${{ secrets.QODANA }}
22+
with:
23+
args: "--verbose"
2224

23-
- name: Upload Qodana Report
25+
- name: Upload Qodana Results
2426
uses: actions/upload-artifact@v4
2527
with:
26-
name: qodana-report
27-
path: qodana.sarif.json
28+
name: qodana-results
29+
path: .qodana/results/
2830

2931
- name: Publish Qodana Annotations
3032
uses: github/codeql-action/upload-sarif@v3
3133
with:
32-
sarif_file: qodana.sarif.json
34+
sarif_file: .qodana/results/qodana.sarif.json

0 commit comments

Comments
 (0)