From ca72cee67037b92ab5f381bd3784a56a0524591e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jan 2022 17:03:08 +0100 Subject: [PATCH] chore(deps): update jetbrains/qodana-action action to v4.2.2 (#4397) Co-authored-by: renovate[bot] --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 825ca99be9f..a8441476d55 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -160,14 +160,14 @@ jobs: - name: "Create folder" run: "mkdir -p ${{ github.workspace }}/result/master" - name: Qodana - Code Inspection - uses: JetBrains/qodana-action@70db04b6c34e88391f93066edc71017faab2e910 # renovate: tag=v4.2.1 + uses: JetBrains/qodana-action@43d9ba16f2cac35552cb018a6adc34efb1fc6812 # renovate: tag=v4.2.2 with: linter: ${{ env.QODANA_LINTER }} project-dir: "${{ github.workspace }}/master" inspected-dir: ./src/main/java # only main spoon project at first results-dir: "${{ github.workspace }}/result/master" - name: Qodana - Code Inspection - uses: JetBrains/qodana-action@70db04b6c34e88391f93066edc71017faab2e910 # renovate: tag=v4.2.1 + uses: JetBrains/qodana-action@43d9ba16f2cac35552cb018a6adc34efb1fc6812 # renovate: tag=v4.2.2 continue-on-error: true with: linter: ${{ env.QODANA_LINTER }}