Skip to content

80424 vulnerabilities 2024b #453

80424 vulnerabilities 2024b

80424 vulnerabilities 2024b #453

name: ci-pull-request
on:
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/cache@v1
env:
cache-name: m2
with:
path: ~/.m2/repository
key: ${{ env.cache-name }}-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ env.cache-name }}-
- uses: actions/setup-java@v2
with:
java-version: 17
distribution: adopt
- name: mvn package
run: mvn --batch-mode package