diff --git a/.github/workflows/code_quality.yml b/.github/workflows/code_quality.yml index 39759af2..38b73ee0 100644 --- a/.github/workflows/code_quality.yml +++ b/.github/workflows/code_quality.yml @@ -19,12 +19,6 @@ jobs: with: 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@v2023.2 - with: - upload-result: true - env: - QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} - name: 'Codecov' uses: codecov/codecov-action@v3 env: