We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6698900 + 8db0106 commit 2d9b2bbCopy full SHA for 2d9b2bb
.github/workflows/main.yml
@@ -20,6 +20,6 @@ jobs:
20
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
21
fetch-depth: 0 # a full history is required for pull request analysis
22
- name: 'Qodana Scan'
23
- uses: JetBrains/qodana-action@v2024.3
+ uses: JetBrains/qodana-action@v2025.2
24
env:
25
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
0 commit comments