From 1add89737f56a306b1535c22d82352e967b18a7f Mon Sep 17 00:00:00 2001 From: Roberto Cella Date: Sat, 21 Dec 2024 11:48:02 +0100 Subject: [PATCH] configure bump to update qodana linter --- Bumpfile | 1 + qodana.yaml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Bumpfile b/Bumpfile index 4468ce3..2e8d2f0 100644 --- a/Bumpfile +++ b/Bumpfile @@ -1,2 +1,3 @@ .github/workflows/unit-test.yml Dockerfile +qodana.yaml diff --git a/qodana.yaml b/qodana.yaml index a543cfe..ba1532c 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -3,5 +3,6 @@ profile: name: qodana.recommended include: - name: VulnerableLibrariesGlobal -linter: jetbrains/qodana-jvm:latest +# bump: qodana /qodana-jvm:([\d.]+)/ docker:jetbrains/qodana-jvm|n.n|sort +linter: jetbrains/qodana-jvm:2024.3 projectJDK: temurin-23