From 4706cedbf9079cf681bd0d4705625eb83a8b36a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 21:52:16 +0000 Subject: [PATCH] chore(deps): update jetbrains/qodana-action action to v2024.1.4 --- .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 bf3ba0c3c309e..9287044460b1a 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.3 + uses: JetBrains/qodana-action@v2024.1.4 with: args: --config,.github/qodana.yaml,--property=idea.headless.enable.statistics=false pr-mode: false