Skip to content

Commit

Permalink
Qodana with an actual version v2024.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Oct 14, 2024
1 parent 66a8c84 commit b94fb31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/qodana_code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
fetch-depth: 0 # a full history is required for pull request analysis
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@main
# https://www.jetbrains.com/help/qodana/github.html#Usage
uses: JetBrains/qodana-action@v2024.2
with:
upload-result: true
github-token: ${{ secrets.FORLIY_ACCESS_TOKEN }}
Expand Down

0 comments on commit b94fb31

Please sign in to comment.