From 0fb610d25d51f319f51065c6c72ea68ad9198e0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Fri, 25 Mar 2022 13:14:21 +0000 Subject: [PATCH] chore(deps): update jetbrains/qodana-action action to v5 --- .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 8ab10939703..70652439dc9 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"