Skip to content

Commit 9f719d9

Browse files
authored
Qodana portal
1 parent a3f2ec7 commit 9f719d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/qodana.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
- uses: actions/checkout@v3
2222
- name: 'Qodana Scan'
2323
uses: JetBrains/qodana-action@v2023.1.5
24+
env:
25+
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
2426
with:
2527
linter: jetbrains/qodana-jvm-community
2628
- uses: github/codeql-action/upload-sarif@v2

0 commit comments

Comments
 (0)