File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105
105
106
106
# Run Qodana inspections
107
107
- name : Qodana - Code Inspection
108
- uses : JetBrains/qodana-action@v5 .1.0
108
+ uses : JetBrains/qodana-action@v2022 .1.1
109
109
110
110
# Prepare plugin archive content for creating artifact
111
111
- name : Prepare Plugin Artifact
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ plugins {
7
7
// Java support
8
8
id(" java" )
9
9
// Kotlin support
10
- id(" org.jetbrains.kotlin.jvm" ) version " 1.6 .10"
10
+ id(" org.jetbrains.kotlin.jvm" ) version " 1.7 .10"
11
11
// Gradle IntelliJ Plugin
12
- id(" org.jetbrains.intellij" ) version " 1.6 .0"
12
+ id(" org.jetbrains.intellij" ) version " 1.7 .0"
13
13
// Gradle Changelog Plugin
14
14
id(" org.jetbrains.changelog" ) version " 1.3.1"
15
15
// Gradle Qodana Plugin
You can’t perform that action at this time.
0 commit comments