From fd1de8bb9bcd6c204615d3b6d7219fe8314d5695 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 22:41:58 +0000 Subject: [PATCH] chore(deps): update jetbrains/qodana-action action to v2023.3.1 --- .github/workflows/qodana-quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qodana-quality.yml b/.github/workflows/qodana-quality.yml index fde1392..266fdc8 100644 --- a/.github/workflows/qodana-quality.yml +++ b/.github/workflows/qodana-quality.yml @@ -29,7 +29,7 @@ jobs: distribution: adopt - name: Qodana Scan - uses: JetBrains/qodana-action@v2023.3.0 + uses: JetBrains/qodana-action@v2023.3.1 timeout-minutes: 30 with: upload-result: true