From 0cec7d66a2c0bcf7974d842b42abeb1d6b07bf58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:39:03 +0000 Subject: [PATCH] deps: update jetbrains/qodana-action action to v2024 --- .github/workflows/static-analysis.yml | 2 +- qodana.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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