Skip to content

Commit afd5406

Browse files
committed
Update Qodana action
1 parent f22f0d5 commit afd5406

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/build.yml

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

7474
# Run Qodana inspections
7575
- name: Qodana - Code Inspection
76-
uses: JetBrains/qodana-action@v2.1-eap
76+
uses: JetBrains/qodana-action@v4.2.1
7777

7878
# Run tests
7979
- name: Run Tests

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ qodana {
6060
cachePath.set(projectDir.resolve(".qodana").canonicalPath)
6161
reportPath.set(projectDir.resolve("build/reports/inspections").canonicalPath)
6262
saveReport.set(true)
63-
dockerContainerName.set("2021.3-eap")
6463
showReport.set(System.getenv("QODANA_SHOW_REPORT").toBoolean())
6564
}
6665

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ platformDownloadSources=true
1717

1818
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
1919
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
20-
platformPlugins=com.jetbrains.hackathon.indices.viewer:1.19, com.intellij.java, org.jetbrains.kotlin, IntelliLang, com.intellij.lang.jsgraphql:3.1.2, PsiViewer:212-SNAPSHOT
20+
platformPlugins=com.jetbrains.hackathon.indices.viewer:1.19, com.intellij.java, org.jetbrains.kotlin, IntelliLang, com.intellij.lang.jsgraphql:3.1.2, PsiViewer:213-SNAPSHOT
2121

2222
# Java language level used to compile sources and to generate the files for - Java 11 is required since 2020.3
2323
javaVersion=11

0 commit comments

Comments
 (0)