Skip to content

fix(NF-1681): fix CVE-2024-7885 #301

fix(NF-1681): fix CVE-2024-7885

fix(NF-1681): fix CVE-2024-7885 #301

name: Continuous Integration
on:
push:
branches-ignore:
- master
paths-ignore:
- '.github/**'
- '**/README.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
cache: 'maven'
- name: Perform build
run: mvn verify -P run-integration-tests