Skip to content

Commit

Permalink
qodana...
Browse files Browse the repository at this point in the history
  • Loading branch information
wadoon committed Oct 24, 2023
1 parent 18e06a3 commit 5695293
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- master
- 'releases/*'

jobs:
Expand All @@ -23,3 +24,6 @@ jobs:
uses: JetBrains/[email protected]
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
- uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json

0 comments on commit 5695293

Please sign in to comment.