diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index e07b47903..8115cf508 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -33,7 +33,6 @@ jobs: show-progress: false - name: Run Qodana scan - if: false # TODO: Enable GitHub results after qodana starts reporting meaningful stuff uses: JetBrains/qodana-action@v2023.3.0 with: args: --property=idea.headless.enable.statistics=false @@ -41,7 +40,6 @@ 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.10 with: sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json