Skip to content

Migrate to plugin v2 and fix compatibility with new EAP IDEA version … #475

Migrate to plugin v2 and fix compatibility with new EAP IDEA version …

Migrate to plugin v2 and fix compatibility with new EAP IDEA version … #475

Workflow file for this run

name: Qodana
on:
workflow_dispatch:
pull_request:
push:
branches:
- master
jobs:
qodana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
with:
linter: jetbrains/qodana-jvm-community
- uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json