Skip to content

Commit 0dcf172

Browse files
author
Jegors Cemisovs
committed
Downgrade Qodana GitHub Action to version 2025.3 in workflow configuration
1 parent 0eeba37 commit 0dcf172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qodana_code_quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
ref: ${{ github.event.pull_request.head.sha }}
2626
fetch-depth: 0
2727
- name: 'Qodana Scan'
28-
uses: JetBrains/qodana-action@v2026.1
28+
uses: JetBrains/qodana-action@v2025.3
2929
env:
3030
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
3131
with:

0 commit comments

Comments
 (0)