Skip to content

Commit

Permalink
quodana version
Browse files Browse the repository at this point in the history
  • Loading branch information
hurricup committed Sep 14, 2024
1 parent 17bd955 commit ad9e09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Qodana Scan
uses: JetBrains/[email protected]
env:
QODANA_LINTER: ${{ env.QODANA_TOKEN == '' && 'jetbrains/qodana-jvm-community' || 'jetbrains/qodana-jvm' }}
QODANA_LINTER: ${{ env.QODANA_TOKEN == '' && 'jetbrains/qodana-jvm-community' || 'jetbrains/qodana-jvm:2024.2' }}
with:
use-caches: false
args: --baseline,.qodana/qodana.sarif.json,--linter,${{ env.QODANA_LINTER }}
Expand Down

0 comments on commit ad9e09f

Please sign in to comment.