Skip to content

Commit e21148e

Browse files
Bump JetBrains/qodana-action from 2025.1 to 2025.2 (#173)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: InSync <[email protected]>
1 parent 4275761 commit e21148e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
java-version: 21
193193
-
194194
name: Run Qodana
195-
uses: JetBrains/qodana-action@v2025.1
195+
uses: JetBrains/qodana-action@v2025.2
196196
env:
197197
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
198198
with:

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ changelog = "2.4.0"
99
intelliJPlatform = "2.7.1"
1010
kotlin = "2.2.0"
1111
kover = "0.9.1"
12-
qodana = "2025.1.1"
12+
qodana = "2025.2.1"
1313

1414
[libraries.annotations]
1515
group = "org.jetbrains"

qodana.yaml

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:2025.1
5+
linter: jetbrains/qodana-jvm-community:2025.2
66
projectJDK: "21"
77
profile:
88
name: qodana.recommended

0 commit comments

Comments
 (0)