diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 631e3f3a9..80cb9978a 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -40,6 +40,7 @@ jobs: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} - name: Report Qodana results to GitHub + if: false # TODO: Enable GitHub results after qodana starts reporting meaningful stuff uses: github/codeql-action/upload-sarif@v2.22.8 with: sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json