From 726cf54e2bed664c4d2996f4414171432e97c70f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 12:43:40 +0000 Subject: [PATCH] deps: update jetbrains/qodana-action action to v2024 --- .github/workflows/static-analysis.yml | 2 +- qodana.yml => qodana.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) rename qodana.yml => qodana.yaml (92%) 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