We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5195db commit 2a30f19Copy full SHA for 2a30f19
.github/workflows/qodana.yml
@@ -22,7 +22,7 @@ jobs:
22
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
23
fetch-depth: 0 # a full history is required for pull request analysis
24
- name: 'Qodana Scan'
25
- uses: JetBrains/qodana-action@v2023.2
+ uses: JetBrains/qodana-action@v2023.3
26
env:
27
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
28
- name: Upload results to artifacts on failure
0 commit comments