Skip to content

Bump org.jetbrains:annotations from 26.0.2 to 26.0.2-1 #18

Bump org.jetbrains:annotations from 26.0.2 to 26.0.2-1

Bump org.jetbrains:annotations from 26.0.2 to 26.0.2-1 #18

Workflow file for this run

name: Code quality
on:
workflow_dispatch:
push:
pull_request:
jobs:
qodana:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
checks: write
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2025.2
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
with:
use-caches: true
post-pr-comment: true
use-annotations: true
upload-result: false
push-fixes: 'none'