diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index 5d802526..011d2d43 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -7,6 +7,7 @@ on: pull_request: branches: [ master ] paths-ignore: [ '**.md', '**.MD' ] + workflow_dispatch: jobs: build: @@ -14,19 +15,7 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Cache Qodana dependencies - uses: actions/cache@v2 + - uses: JetBrains/qodana-action@v4.0.0 with: - path: ~/work/_temp/_github_home/qodana-cache - key: ${{ runner.os }}-qodana-${{ github.ref }} - restore-keys: | - ${{ runner.os }}-qodana-${{ github.ref }} - ${{ runner.os }}-qodana- - - uses: JetBrains/qodana-action@v3.2.1 - with: - linter: qodana-jvm-community + linter: jetbrains/qodana-jvm-android:latest fail-threshold: 10 - - - uses: actions/upload-artifact@v2 - with: - path: ${{ github.workspace }}/qodana