Skip to content

[Snyk] Security upgrade org.hibernate:hibernate-spatial from 5.4.16.Final to 6.0.0.Final #134

[Snyk] Security upgrade org.hibernate:hibernate-spatial from 5.4.16.Final to 6.0.0.Final

[Snyk] Security upgrade org.hibernate:hibernate-spatial from 5.4.16.Final to 6.0.0.Final #134

Workflow file for this run

name: Java Maven CI
on:
push:
branches:
- master
paths:
- holinoti_server/**
pull_request:
branches:
- master
paths:
- holinoti_server/**
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11.0.2
# working-directory: https://stackoverflow.com/questions/57806624/github-actions-how-to-build-project-in-sub-directory/57806894#57806894
# Server
- name: Build with Maven
run: mvn -B package --file pom.xml
working-directory: holinoti_server