Skip to content

Dependency(deps): Bump jackson.version from 2.17.0 to 2.17.1 #2197

Dependency(deps): Bump jackson.version from 2.17.0 to 2.17.1

Dependency(deps): Bump jackson.version from 2.17.0 to 2.17.1 #2197

Workflow file for this run

name: Maven Verify
on:
push: # Ignore releases and main dev branch
tags-ignore:
- 'v*'
branches-ignore:
- 'main'
pull_request:
types: [opened, synchronize, reopened]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
verify:
uses: ardoco/actions/.github/workflows/maven.yml@main
with:
deploy: false
with-submodules: true
runs-on: ubuntu-latest
secrets:
OSSRH_USER: ""
OSSRH_TOKEN: ""
GPG_KEY: ""