diff --git a/.dockerignore b/.dockerignore index 4c1a02e3f5c82..9857101576c8a 100644 --- a/.dockerignore +++ b/.dockerignore @@ -19,7 +19,7 @@ integrations/jenkins/Jenkinsfile .markdownlint.yaml .ort.yml mlc_config.json -qodana.yml +qodana.yaml renovate.json # Ignore Git entries. diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 08da0f12693e9..d2830d98c1f9c 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.1 with: post-pr-comment: false use-caches: false diff --git a/qodana.yml b/qodana.yaml similarity index 92% rename from qodana.yml rename to qodana.yaml index bcec615b7dd0b..de307ca5b2b62 100644 --- a/qodana.yml +++ b/qodana.yaml @@ -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