diff --git a/.github/workflows/code_quality.yml b/.github/workflows/code_quality.yml index b6cca66b7..8c8478eef 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