Skip to content

Commit

Permalink
Update Qodana
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikwidlund committed May 5, 2024
1 parent c3c915f commit 04b88b2
Show file tree
Hide file tree
Showing 3 changed files with 62,176 additions and 27,336 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/qodana-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ jobs:
contents: write
pull-requests: write
checks: write
security-events: write
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2024.1
uses: JetBrains/qodana-action@main
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
with:
Expand Down
Loading

0 comments on commit 04b88b2

Please sign in to comment.