Skip to content

Update commons-compress to 1.26.0 and fix CVE-2024-26308, update xmlu… #333

Update commons-compress to 1.26.0 and fix CVE-2024-26308, update xmlu…

Update commons-compress to 1.26.0 and fix CVE-2024-26308, update xmlu… #333

Workflow file for this run

name: CI build
on:
push:
paths-ignore:
- 'documentation/**'
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
submodules: recursive
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: '17'
- name: Build project with Maven
run: mvn -B -ntp -Dstyle.color=always install
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2.2.3