diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml index 6c596fb..72d2995 100644 --- a/.github/workflows/qodana_code_quality.yml +++ b/.github/workflows/qodana_code_quality.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 # a full history is required for pull request analysis - name: 'Qodana Scan' # https://www.jetbrains.com.cn/en-us/help/qodana/jvm.html#Run+Qodana - uses: JetBrains/qodana-action@v2026.1 + uses: JetBrains/qodana-action@v2026.2 with: pr-mode: false args: --linter qodana-jvm-community --within-docker false