From b59b78796e9ad3f4a89680d433f585ca2fe51927 Mon Sep 17 00:00:00 2001 From: hybloid <48032702+hybloid@users.noreply.github.com> Date: Fri, 10 May 2024 21:14:44 +0200 Subject: [PATCH] Roll back qodana-action to v2023.3 Need to temporally roll back GH action, to fix the experienced issue. --- .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 b6cca66b76..8c8478eef9 100644 --- a/.github/workflows/code_quality.yml +++ b/.github/workflows/code_quality.yml @@ -18,7 +18,7 @@ jobs: ref: ${{ github.event.pull_request.merge_commit_sha }} fetch-depth: 0 - name: 'Qodana Scan' - uses: JetBrains/qodana-action@v2024.1 + uses: JetBrains/qodana-action@v2023.3 with: upload-result: ${{ github.ref_name == 'master' || github.ref_name == 'develop' }} args: --baseline,qodana.sarif.json,--ide,QDNET