mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Update Qodana version to latest stable
This commit is contained in:
parent
f9f9d04bfe
commit
4535950f89
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -167,7 +167,7 @@ jobs:
|
|||||||
|
|
||||||
# Run Qodana inspections
|
# Run Qodana inspections
|
||||||
- name: Qodana - Code Inspection
|
- name: Qodana - Code Inspection
|
||||||
uses: JetBrains/qodana-action@v2024.1.5
|
uses: JetBrains/qodana-action@v2024.2
|
||||||
with:
|
with:
|
||||||
cache-default-branch-only: true
|
cache-default-branch-only: true
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# https://www.jetbrains.com/help/qodana/qodana-yaml.html
|
# https://www.jetbrains.com/help/qodana/qodana-yaml.html
|
||||||
|
|
||||||
version: 1.0
|
version: 1.0
|
||||||
linter: jetbrains/qodana-jvm-community:latest
|
linter: jetbrains/qodana-jvm-community:2024.2
|
||||||
projectJDK: "17"
|
projectJDK: "17"
|
||||||
profile:
|
profile:
|
||||||
name: qodana.recommended
|
name: qodana.recommended
|
||||||
|
Loading…
Reference in New Issue
Block a user