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
ff48dc7555
commit
66a44703e0
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -167,7 +167,7 @@ jobs:
|
||||
|
||||
# Run Qodana inspections
|
||||
- name: Qodana - Code Inspection
|
||||
uses: JetBrains/qodana-action@v2024.1.5
|
||||
uses: JetBrains/qodana-action@v2024.2
|
||||
with:
|
||||
cache-default-branch-only: true
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# https://www.jetbrains.com/help/qodana/qodana-yaml.html
|
||||
|
||||
version: 1.0
|
||||
linter: jetbrains/qodana-jvm-community:latest
|
||||
linter: jetbrains/qodana-jvm-community:2024.2
|
||||
projectJDK: "17"
|
||||
profile:
|
||||
name: qodana.recommended
|
||||
|
Loading…
Reference in New Issue
Block a user