Skip to content

[Snyk] Security upgrade io.helidon.microprofile.bundles:helidon-microprofile-1.2 from 1.4.12 to 1.4.13 #874

[Snyk] Security upgrade io.helidon.microprofile.bundles:helidon-microprofile-1.2 from 1.4.12 to 1.4.13

[Snyk] Security upgrade io.helidon.microprofile.bundles:helidon-microprofile-1.2 from 1.4.12 to 1.4.13 #874

Workflow file for this run

name: compile
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Maven
run: mvn -B clean package --file pom.xml