diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index efbf2ae69..5c9bfce2a 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.4 + uses: JetBrains/qodana-action@v2024.1.5 with: args: --config,.github/qodana.yaml,--property=idea.headless.enable.statistics=false pr-mode: false