Skip to content

chore(deps-dev): bump com.fasterxml.jackson.core:jackson-databind from 2.19.0 to 2.20.0 #368

chore(deps-dev): bump com.fasterxml.jackson.core:jackson-databind from 2.19.0 to 2.20.0

chore(deps-dev): bump com.fasterxml.jackson.core:jackson-databind from 2.19.0 to 2.20.0 #368

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- main
env:
JAVA_VERSION: '17'
JAVA_DISTRO: 'temurin'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
with:
java-version: ${{ env.JAVA_VERSION }}
distribution: ${{ env.JAVA_DISTRO }}
cache: maven
- name: Build and verify
run: ./mvnw -ntp clean verify
- name: Upload artifacts
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
path: target/macos-notarization-service-*