From 2203ccb0944e01c7e6bb1373dc8142cf117a6f19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 11:54:19 +0000 Subject: [PATCH] chore(deps): update jetbrains/qodana-action action to v2025 --- .github/workflows/qodana-analyze.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qodana-analyze.yml b/.github/workflows/qodana-analyze.yml index 2490245..771ac37 100644 --- a/.github/workflows/qodana-analyze.yml +++ b/.github/workflows/qodana-analyze.yml @@ -15,6 +15,6 @@ jobs: with: fetch-depth: 0 - name: "Qodana Scan" - uses: JetBrains/qodana-action@v2024.1.8 + uses: JetBrains/qodana-action@v2025.3.2 env: QODANA_TOKEN: ${{secrets.QODANA_TOKEN}}