Skip to content

fix(deps): update jackson to v2.16.1 (#40) #54

fix(deps): update jackson to v2.16.1 (#40)

fix(deps): update jackson to v2.16.1 (#40) #54

Workflow file for this run

name: Qodana
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
- dev
jobs:
qodana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}