Skip to content

chore(deps): bump org.junit.platform:junit-platform-engine from 1.9.0 to 1.9.3 #1418

chore(deps): bump org.junit.platform:junit-platform-engine from 1.9.0 to 1.9.3

chore(deps): bump org.junit.platform:junit-platform-engine from 1.9.0 to 1.9.3 #1418

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