diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 08da0f12693e9..1c2804c05e608 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -84,7 +84,7 @@ jobs: with: fetch-depth: 0 - name: Qodana Scan - uses: JetBrains/qodana-action@v2023.3.2 + uses: JetBrains/qodana-action@v2024.1.2 with: post-pr-comment: false use-caches: false diff --git a/qodana.yml b/qodana.yml index bcec615b7dd0b..de307ca5b2b62 100644 --- a/qodana.yml +++ b/qodana.yml @@ -15,8 +15,9 @@ # SPDX-License-Identifier: Apache-2.0 # License-Filename: LICENSE +version: "1.0" profile: name: qodana.recommended include: - name: CheckDependencyLicenses -linter: jetbrains/qodana-jvm-community:2023.2 +linter: jetbrains/qodana-jvm-community:2024.1