diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/qodana.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index 0eee8bd8..74b168e8 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -16,7 +16,7 @@ jobs: id: qodana uses: JetBrains/qodana-action@v5.1.0 with: - args: --baseline,qodana.sarif.json,--fail-threshold,0,--linter,jetbrains/qodana-jvm + args: --baseline,qodana.sarif.json,--fail-threshold,0,--linter,jetbrains/qodana-jvm:2022.1-eap clone-finder: runs-on: ubuntu-latest steps: |
