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