Skip to content

Commit b94fb31

Browse files
committed
Qodana with an actual version v2024.2
1 parent 66a8c84 commit b94fb31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/qodana_code_quality.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
2121
fetch-depth: 0 # a full history is required for pull request analysis
2222
- name: 'Qodana Scan'
23-
uses: JetBrains/qodana-action@main
23+
# https://www.jetbrains.com/help/qodana/github.html#Usage
24+
uses: JetBrains/[email protected]
2425
with:
2526
upload-result: true
2627
github-token: ${{ secrets.FORLIY_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)