From 64375757633c05873f9d667a2af3e9bd65221b96 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 19:22:31 +0000 Subject: [PATCH] chore(deps): update jetbrains/qodana-action action to v2024.2.5 --- .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 c4ed66d52..7c3949bf3 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.3 + uses: JetBrains/qodana-action@v2024.2.5 with: args: --config,.github/qodana.yaml,--property=idea.headless.enable.statistics=false pr-mode: false