From 2b0b13c15406e62c508d44b5cf1b064bb8906471 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 18:52:53 +0000 Subject: [PATCH] chore(deps): update jetbrains/qodana-action action to v2024.1.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 db857c1d28196..bf3ba0c3c309e 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -24,7 +24,7 @@ jobs: show-progress: false - name: Run Qodana scan - uses: JetBrains/qodana-action@v2024.1.2 + uses: JetBrains/qodana-action@v2024.1.3 with: args: --config,.github/qodana.yaml,--property=idea.headless.enable.statistics=false pr-mode: false