diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index 6c7acdda..d5fe87f8 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -35,6 +35,7 @@ jobs: args: | --save-report=false results-dir: ${{ runner.temp }}/qodana/results/qodana.sarif.json + upload-result: true env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} # - name: Upload SARIF file for GitHub Advanced Security Dashboard