Skip to content

Commit

Permalink
chore: Report qodana into github code scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
bric3 committed Jan 27, 2024
1 parent 82a28bb commit 7f20c33
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ jobs:
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2023.3.1
uses: JetBrains/qodana-action@v2023.3.1
# Upload to GH Code Scanning https://github.com/jetbrains/qodana-action#github-code-scanning
- uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json

0 comments on commit 7f20c33

Please sign in to comment.