We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b12afd commit ded5312Copy full SHA for ded5312
2 files changed
.github/workflows/unit-test.yml
@@ -70,7 +70,7 @@ jobs:
70
post-pr-comment: false
71
pr-mode: false
72
# bump: Qodana /qodana-jvm-community:([\d.]+)/ docker:jetbrains/qodana-jvm-community|/^[\d]{4}\.\d+$/|sort
73
- args: --image jetbrains/qodana-jvm-community:2025.3
+ args: --image jetbrains/qodana-jvm-community:2026.1
74
75
- name: Upload results to GitHub
76
uses: github/codeql-action/upload-sarif@v4
qodana.yaml
@@ -4,5 +4,5 @@ profile:
4
include:
5
- name: VulnerableLibrariesGlobal
6
7
-linter: jetbrains/qodana-jvm-community:2025.3
+linter: jetbrains/qodana-jvm-community:2026.1
8
projectJDK: temurin-26
0 commit comments