Skip to content

Commit

Permalink
Remove save-report flag
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrzajac committed Jan 11, 2024
1 parent 88a7896 commit e7bd9cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
fetch-depth: 0 # a full history is required for pull request analysis
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
with:
pr-mode: false
args: --save-report=false
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
# - name: Upload SARIF file for GitHub Advanced Security Dashboard
Expand Down

0 comments on commit e7bd9cc

Please sign in to comment.