We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7464a6 commit 12f8a40Copy full SHA for 12f8a40
.github/workflows/code-quality.yml
@@ -21,7 +21,7 @@ jobs:
21
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
22
fetch-depth: 0 # a full history is required for pull request analysis
23
- name: 'Qodana Scan'
24
- uses: JetBrains/qodana-action@491da5246a31d74fe3fe86db365d16e4d4edfb91 # v2025.1.0
+ uses: JetBrains/qodana-action@e14351bdf4707c4cecc25a86a9190745b7b40de8 # v2025.1.1
25
with:
26
post-pr-comment: false
27
env:
0 commit comments