From d47eb44f57f46274649104c8960371fc29c3dc91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 23:42:36 +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 2490245..2e1a46e 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@v2024.3.4 env: QODANA_TOKEN: ${{secrets.QODANA_TOKEN}}