From 58f2b8e45cc001815a95e2bab039dc8eaacf1406 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 18:23:28 +0000 Subject: [PATCH] chore(deps): update jetbrains/qodana-action action to v2024.3.2 --- .github/workflows/code-quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index e73ba9cbcd06a..1852ef2cc8db7 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -25,7 +25,7 @@ jobs: show-progress: false - name: Run Qodana scan - uses: JetBrains/qodana-action@v2024.2.6 + uses: JetBrains/qodana-action@v2024.3.2 with: args: --config,.github/qodana.yaml,--property=idea.headless.enable.statistics=false pr-mode: false