From c37e54cf9ba4d3be3ee7e48e269287740c8419bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 16:30:15 +0000 Subject: [PATCH] chore(deps): update jetbrains/qodana-action action to v2024.1.8 --- .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 6bbc65858..6bb21a5e3 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.1.5 + uses: JetBrains/qodana-action@v2024.1.8 with: args: --config,.github/qodana.yaml,--property=idea.headless.enable.statistics=false pr-mode: false