Skip to content

chore: update changelog and versioning for version 2.2.2 #1385

chore: update changelog and versioning for version 2.2.2

chore: update changelog and versioning for version 2.2.2 #1385

Workflow file for this run

name: Qodana
on:
workflow_dispatch:
push:
branches:
- main
- 'releases/*'
pull_request:
branches:
- '*'
paths-ignore:
- '**/release_draft.yml'
- '**/maven*.yml'
- '**/*.md'
jobs:
qodana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2022.2.1