diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml index fbc9405..1cf27c8 100644 --- a/.github/workflows/qodana_code_quality.yml +++ b/.github/workflows/qodana_code_quality.yml @@ -50,8 +50,7 @@ jobs: with: # Enable PR-specific reporting only for pull_request events pr-mode: ${{ github.event_name == 'pull_request' }} - # Pass the linter image via args (the action does not support an `image` input) - args: --image jetbrains/qodana-jvm:2025.2 + # No extra args needed; linter is defined in qodana.yaml (qodana-jvm) env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_268690425 }} QODANA_ENDPOINT: 'https://qodana.cloud' diff --git a/qodana.yaml b/qodana.yaml index 2b114b3..de49ec5 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -3,7 +3,8 @@ #################################################################################################################### version: "1.0" -linter: jetbrains/qodana-jvm:2025.2 +# Use canonical linter name to avoid image warnings and CLI flag issues +linter: qodana-jvm profile: name: qodana.recommended bootstrap: |