Skip to content

Bump JetBrains/qodana-action from 2023.3.1 to 2024.2.6 #507

Bump JetBrains/qodana-action from 2023.3.1 to 2024.2.6

Bump JetBrains/qodana-action from 2023.3.1 to 2024.2.6 #507

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