Skip to content

Commit 3c41990

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 229925a + 9a135d2 commit 3c41990

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160

161161
# Run Qodana inspections
162162
- name: Qodana - Code Inspection
163-
uses: JetBrains/qodana-action@v2025.2.4
163+
uses: JetBrains/qodana-action@v2025.3.1
164164
with:
165165
cache-default-branch-only: true
166166

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ changelog = "2.5.0"
88
intelliJPlatform = "2.10.5"
99
kotlin = "2.3.0"
1010
kover = "0.9.4"
11-
qodana = "2025.2.4"
11+
qodana = "2025.3.1"
1212

1313
[libraries]
1414
junit = { group = "junit", name = "junit", version.ref = "junit" }

0 commit comments

Comments
 (0)