Skip to content

Updated to Java 21

Updated to Java 21 #43

name: Qodana CI
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
qodana:
name: Run Qodana analysis
runs-on: ubuntu-latest
steps:
- name: Checkout code changes
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Execute analysis
uses: JetBrains/[email protected]
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
with:
use-caches: false
post-pr-comment: false
pr-mode: false