Skip to content

Also always mark as vulnerable the versions explicity named in the ve… #76

Also always mark as vulnerable the versions explicity named in the ve…

Also always mark as vulnerable the versions explicity named in the ve… #76

Workflow file for this run

name: Java CI
on:
push:
branches: ['**']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '11'
- name: Build with Maven
run: mvn -B package --file pom.xml