From 8f7ad8b31cc59bd825745f955ee85422b118ab0e Mon Sep 17 00:00:00 2001 From: Alexey Afanasiev Date: Wed, 22 Oct 2025 11:04:05 +0200 Subject: [PATCH] Bump qodana action version to v2025.2.1 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1548480..d1f095a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -160,7 +160,7 @@ jobs: # Run Qodana inspections - name: Qodana - Code Inspection - uses: JetBrains/qodana-action@v2025.1.1 + uses: JetBrains/qodana-action@v2025.2.1 with: cache-default-branch-only: true