Skip to content

Commit

Permalink
Update Qodana.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nice3point committed May 18, 2024
1 parent d4620ba commit 30be9cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.merge_commit_sha }}
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
with:
args: --baseline,qodana.sarif.json,--ide,QDNET
args: --baseline,qodana.sarif.json,--ide,QDNET,--diff-start,${{ github.event.pull_request.base.sha }}",--diff-end,${{ github.event.pull_request.head.sha }}"
pr-mode: ${{ github.event_name == 'pull_request_target' }}
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

0 comments on commit 30be9cc

Please sign in to comment.