Skip to content

Commit 82d0ba2

Browse files
committed
2692: qodana workaround 6 - trying to downgrade
1 parent 5819c91 commit 82d0ba2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
distribution: 'temurin'
9595
cache: gradle
9696
- name: Qodana - Code Quality
97-
uses: JetBrains/qodana-action@v2026.1
97+
uses: JetBrains/qodana-action@v2025.3
9898
with:
9999
cache-default-branch-only: true
100100
use-caches: true

qodana.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://www.jetbrains.com/help/qodana/qodana-yaml.html
33

44
version: 1.0
5-
linter: jetbrains/qodana-jvm-community:2026.1
5+
linter: jetbrains/qodana-jvm-community:2025.3
66
projectJDK: "21"
77
profile:
88
name: qodana.recommended

0 commit comments

Comments
 (0)