Update qodana.yml

This commit is contained in:
Stefano 2023-02-09 13:41:26 +01:00 committed by GitHub
parent 3c73d2a721
commit 80b4584c7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,12 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: 'Qodana Scan' - name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2022.3.3 uses: JetBrains/qodana-action@main
env: env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} 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 }}