Skip to content

Merge pull request #288 from AxonFramework/feature/idea-2024-3-with-n… #480

Merge pull request #288 from AxonFramework/feature/idea-2024-3-with-n…

Merge pull request #288 from AxonFramework/feature/idea-2024-3-with-n… #480

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