From 75ceb805a685dd30ac0d102129d801f062d25e64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 07:58:09 +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}}