From b8d6b4a4fc4cc9206e28bd7b2f614de171c2a32a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 23:41:37 +0000 Subject: [PATCH] Update JetBrains/qodana-action action to v2024.2.6 --- .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..250141c 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.2.6 env: QODANA_TOKEN: ${{secrets.QODANA_TOKEN}}