From 0f2f27d85580ce0cecff2a0baf5b2bb936d4a284 Mon Sep 17 00:00:00 2001 From: Alexandre Giard Date: Tue, 29 Oct 2024 22:45:25 -0500 Subject: [PATCH] chore: fix qodana --- .github/workflows/qodana_code_quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml index 6eaf7f9..552e195 100644 --- a/.github/workflows/qodana_code_quality.yml +++ b/.github/workflows/qodana_code_quality.yml @@ -20,7 +20,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit fetch-depth: 0 # a full history is required for pull request analysis - name: 'Qodana Scan' - uses: JetBrains/qodana-action@v2024.1 + uses: JetBrains/qodana-action@v2024.2 with: pr-mode: false env: