From 2650ae57e705e4a4ae5ff614939fedb4f97090e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 16:58:58 +0000 Subject: [PATCH] chore(deps): update jetbrains/qodana-action action to v2024.3.4 --- .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..e659415 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@v2024.3.4 env: QODANA_TOKEN: ${{secrets.QODANA_TOKEN}}