Skip to content

build(deps): bump com.fasterxml.jackson.core:jackson-annotations from 2.18.1 to 2.18.2 #2279

build(deps): bump com.fasterxml.jackson.core:jackson-annotations from 2.18.1 to 2.18.2

build(deps): bump com.fasterxml.jackson.core:jackson-annotations from 2.18.1 to 2.18.2 #2279

Workflow file for this run

name: Verify Core
on:
pull_request:
branches:
- 'main'
workflow_dispatch:
jobs:
verify-core:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "JDK set-up"
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
- name: verify core
working-directory: core
run: mvn verify -P github-verify-action-profile
# - name: Upload coverage reports to Codecov
# uses: codecov/codecov-action@v4
# with:
# fail_ci_if_error: true
# token: ${{ secrets.CODECOV_TOKEN }}