Skip to content

[Snyk] Fix for 1 vulnerabilities #122

[Snyk] Fix for 1 vulnerabilities

[Snyk] Fix for 1 vulnerabilities #122

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@v2
- name: set up java
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
- name: build with maven
run: mvn --batch-mode --file pom.xml package