Skip to content

Bump org.jetbrains.kotlin.jvm from 2.0.20 to 2.1.0 #53

Bump org.jetbrains.kotlin.jvm from 2.0.20 to 2.1.0

Bump org.jetbrains.kotlin.jvm from 2.0.20 to 2.1.0 #53

Triggered via pull request January 10, 2025 15:32
Status Success
Total duration 4m 1s
Artifacts

codeql.yml

on: pull_request
Matrix: analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings and 9 notices
Analyze (java-kotlin)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Local 'var' is never modified and can be declared as 'val': build.gradle.kts#L129
Variable is never modified, so it can be declared using 'val'
Incorrect string capitalization: src/main/kotlin/com/github/adrienpessu/sarifviewer/actions/OpenLocalAction.kt#L7
String 'Open local Sarif file' is not properly capitalized. It should have title capitalization
Incorrect string capitalization: src/main/kotlin/com/github/adrienpessu/sarifviewer/configurable/SettingComponent.kt#L35
String 'GHES Hostname ' is not properly capitalized. It should have sentence capitalization
Property naming convention: src/main/kotlin/com/github/adrienpessu/sarifviewer/models/Root.kt#L17
Property name `sarif_id` should not contain underscores
Property naming convention: src/main/kotlin/com/github/adrienpessu/sarifviewer/models/Root.kt#L8
Property name `analysis_key` should not contain underscores
Property naming convention: src/main/kotlin/com/github/adrienpessu/sarifviewer/models/Root.kt#L12
Property name `created_at` should not contain underscores
Property naming convention: src/main/kotlin/com/github/adrienpessu/sarifviewer/models/Root.kt#L14
Property name `rules_count` should not contain underscores
Property naming convention: src/main/kotlin/com/github/adrienpessu/sarifviewer/models/Root.kt#L7
Property name `commit_sha` should not contain underscores
Property naming convention: src/main/kotlin/com/github/adrienpessu/sarifviewer/models/Root.kt#L13
Property name `results_count` should not contain underscores