From aa682edec22b66a15ec5e89e902a8ccf62c8736a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 12:31:25 +0200 Subject: [PATCH] chore(deps): update jetbrains/qodana-action action to v5 (#4650) Co-authored-by: renovate[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 16207586ff9..bdb202eec9f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -155,7 +155,7 @@ jobs: - name: git reset run: cd pull_request && git fetch && git reset --soft origin/master - name: Qodana - Code Inspection - uses: JetBrains/qodana-action@6df92dd1240ad63ed7956fa74069d636067d574d # renovate: tag=v4.2.5 + uses: JetBrains/qodana-action@9e56346b427d9ed086178d0e60e424c451979261 # tag=v5.0.2 with: linter: ${{ env.QODANA_LINTER }} project-dir: "${{ github.workspace }}/pull_request"