From ad9e09fa12427b30cbe97c0feefcd640e879808b Mon Sep 17 00:00:00 2001 From: Alexandr Evstigneev Date: Sat, 14 Sep 2024 17:25:58 +0400 Subject: [PATCH] quodana version --- .github/workflows/_qodana.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_qodana.yml b/.github/workflows/_qodana.yml index 12e8b21e50..5c8d6de6a2 100644 --- a/.github/workflows/_qodana.yml +++ b/.github/workflows/_qodana.yml @@ -20,7 +20,7 @@ jobs: - name: Qodana Scan uses: JetBrains/qodana-action@v2024.1.9 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 }}