File tree Expand file tree Collapse file tree 6 files changed +14
-9
lines changed Expand file tree Collapse file tree 6 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 7
7
- package-ecosystem : " gradle"
8
8
directory : " /"
9
9
schedule :
10
- interval : " daily "
10
+ interval : " monthly "
11
11
# Maintain dependencies for GitHub Actions
12
12
- package-ecosystem : " github-actions"
13
13
directory : " /"
14
14
schedule :
15
- interval : " daily "
15
+ interval : " monthly "
Original file line number Diff line number Diff line change @@ -159,8 +159,8 @@ jobs:
159
159
- name : Fetch Sources
160
160
uses : actions/checkout@v4
161
161
with :
162
- ref : ${{ github.event.pull_request.head.sha }}
163
- fetch-depth : 0
162
+ ref : ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
163
+ fetch-depth : 0 # a full history is required for pull request analysis
164
164
165
165
# Set up Java environment for the next steps
166
166
- name : Setup Java
@@ -171,7 +171,7 @@ jobs:
171
171
172
172
# Run Qodana inspections
173
173
- name : Qodana - Code Inspection
174
- uses : JetBrains/qodana-action@v2024.1.9
174
+ uses : JetBrains/qodana-action@v2024.2
175
175
with :
176
176
cache-default-branch-only : true
177
177
Original file line number Diff line number Diff line change 4
4
5
5
## [ Unreleased]
6
6
7
+ ### Changed
8
+
9
+ - Update gradleVersion to 8.10.2
10
+ - Update qodana to 2024.2.3
11
+
7
12
## [ 2.0.7] - 2024-10-01
8
13
9
14
### Changed
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pluginGroup = com.jfrog.conan.clion
4
4
pluginName = Conan
5
5
pluginRepositoryUrl = https://github.com/conan-io/conan-clion-plugin/
6
6
# SemVer format -> https://semver.org
7
- pluginVersion = 2.0.7
7
+ pluginVersion = 2.0.8
8
8
9
9
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10
10
pluginSinceBuild = 241
@@ -21,7 +21,7 @@ platformPlugins =
21
21
platformBundledPlugins = com.intellij.clion
22
22
23
23
# Gradle Releases -> https://github.com/gradle/gradle/releases
24
- gradleVersion = 8.9
24
+ gradleVersion = 8.10.2
25
25
26
26
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
27
27
kotlin.stdlib.default.dependency = false
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ changelog = "2.2.1"
9
9
intelliJPlatform = " 2.1.0"
10
10
kotlin = " 1.9.25"
11
11
kover = " 0.8.3"
12
- qodana = " 2024.1.9 "
12
+ qodana = " 2024.2.3 "
13
13
serialization = " 1.8.21"
14
14
15
15
[libraries ]
Original file line number Diff line number Diff line change 2
2
# https://www.jetbrains.com/help/qodana/qodana-yaml.html
3
3
4
4
version : 1.0
5
- linter : jetbrains/qodana-jvm-community:latest
5
+ linter : jetbrains/qodana-jvm-community:2024.2
6
6
projectJDK : " 17"
7
7
profile :
8
8
name : qodana.recommended
You can’t perform that action at this time.
0 commit comments