Skip to content

Bump org.cyclonedx:cyclonedx-maven-plugin from 2.8.1 to 2.8.2 (#512) #1303

Bump org.cyclonedx:cyclonedx-maven-plugin from 2.8.1 to 2.8.2 (#512)

Bump org.cyclonedx:cyclonedx-maven-plugin from 2.8.1 to 2.8.2 (#512) #1303

Workflow file for this run

# Run mvn test to ensure all tests pass
name: Java CI with Maven
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK 1.8
uses: actions/setup-java@v4
with:
java-version: 8
distribution: zulu
- name: Run unit tests
run: mvn test