From d3211e2f287846958dbc42f9fb0c2a24adca5cdf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 23:14:26 +0000 Subject: [PATCH] chore(deps): update jetbrains/qodana-action action to v2026 --- .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 552fd8f..12719ff 100644 --- a/.github/workflows/qodana-analyze.yml +++ b/.github/workflows/qodana-analyze.yml @@ -16,6 +16,6 @@ jobs: fetch-depth: 0 - name: "Qodana Scan" continue-on-error: true - uses: JetBrains/qodana-action@v2024.1.8 + uses: JetBrains/qodana-action@v2026.1.3 env: QODANA_TOKEN: ${{secrets.QODANA_TOKEN}}