From 363effdd287aaf3371c3ea0e04a30c01c88ad648 Mon Sep 17 00:00:00 2001 From: Nice3point Date: Sun, 2 Jul 2023 23:09:21 +0300 Subject: [PATCH] Update qodana --- .github/workflows/Qodana.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/Qodana.yml b/.github/workflows/Qodana.yml index 5dc1695f1..b5e576d02 100644 --- a/.github/workflows/Qodana.yml +++ b/.github/workflows/Qodana.yml @@ -2,9 +2,6 @@ on: workflow_dispatch: pull_request: - push: - branches: - - master jobs: qodana: @@ -14,9 +11,8 @@ jobs: with: fetch-depth: 0 - name: 'Qodana Scan' - uses: JetBrains/qodana-action@v2023.1.5 + uses: JetBrains/qodana-action@main with: - args: --fail-threshold,0 post-pr-comment: true github-token: ${{ secrets.GITHUB_TOKEN }} env: