Skip to content

Update JetBrains/qodana-action action to v2024 #497

Update JetBrains/qodana-action action to v2024

Update JetBrains/qodana-action action to v2024 #497

Workflow file for this run

name: Qodana
permissions: read-all
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
qodana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@c9aae269126c597c4332ef4b11f0547262f240b5 # v2024.3.3
with:
linter: jetbrains/qodana-jvm
- uses: github/codeql-action/upload-sarif@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3
with:
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json