From 3024d0352030b6308611ca387b898722f3f11103 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 23:19:45 +0000 Subject: [PATCH] Update JetBrains/qodana-action action to v2024 --- refs/HyPlayer.PlayCore/.github/workflows/qodana-analyze.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refs/HyPlayer.PlayCore/.github/workflows/qodana-analyze.yml b/refs/HyPlayer.PlayCore/.github/workflows/qodana-analyze.yml index 05904ac..07d02df 100644 --- a/refs/HyPlayer.PlayCore/.github/workflows/qodana-analyze.yml +++ b/refs/HyPlayer.PlayCore/.github/workflows/qodana-analyze.yml @@ -15,6 +15,6 @@ jobs: with: fetch-depth: 0 - name: "Qodana Scan" - uses: JetBrains/qodana-action@v2023.2.1 + uses: JetBrains/qodana-action@v2024.1.2 env: QODANA_TOKEN: ${{secrets.QODANA_TOKEN}}