From 0f3b9cce857963a92c3260f08dbba081a73ba19d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Dec 2025 11:44:37 +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..12aa570 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.1 env: QODANA_TOKEN: ${{secrets.QODANA_TOKEN}}