From 80b4584c7b61767bb722cc242bd99eba882c75ba Mon Sep 17 00:00:00 2001 From: Stefano Date: Thu, 9 Feb 2023 13:41:26 +0100 Subject: [PATCH] Update qodana.yml --- .github/workflows/qodana.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index fbf1500b..e2d61893 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -14,6 +14,12 @@ jobs: with: fetch-depth: 0 - name: 'Qodana Scan' - uses: JetBrains/qodana-action@v2022.3.3 + uses: JetBrains/qodana-action@main env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} + - uses: github/codeql-action/upload-sarif@v2 + with: + sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json + env: + QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} +