Skip to content

Commit 07a43ff

Browse files
Update lint.yaml
1 parent 24269a5 commit 07a43ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717

1818
- name: Run Qodana
1919
uses: JetBrains/qodana-action@v2024.1
20-
with:
21-
args: "--baseline,qodana.sarif.json"
20+
env:
21+
QODANA_TOKEN: ${{ secrets.QODANA }}
2222

2323
- name: Upload Qodana Report
2424
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)