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 8f5b96b commit 8ab0ee5Copy full SHA for 8ab0ee5
2 files changed
.github/workflows/build.yaml
@@ -220,7 +220,7 @@ jobs:
220
sed -i -E "s/qodana-jvm/qodana-jvm-community/g" qodana.yaml
221
-
222
name: Run Qodana
223
- uses: JetBrains/qodana-action@v2025.3
+ uses: JetBrains/qodana-action@v2026.1
224
env:
225
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
226
with:
gradle/libs.versions.toml
@@ -10,7 +10,7 @@ changelog = "2.5.0"
10
intelliJPlatform = "2.11.0"
11
kotlin = "2.3.21"
12
kover = "0.9.8"
13
-qodana = "2025.3.2"
+qodana = "2026.1.0"
14
15
[libraries.annotations]
16
group = "org.jetbrains"
0 commit comments