Skip to content

Migrate to IntelliJ Platform Gradle Plugin 2.0.0 #480

Migrate to IntelliJ Platform Gradle Plugin 2.0.0

Migrate to IntelliJ Platform Gradle Plugin 2.0.0 #480

Workflow file for this run

name: Qodana
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
jobs:
qodana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
# Upload to GH Code Scanning https://github.com/jetbrains/qodana-action#github-code-scanning
- uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json