Skip to content

Bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.10 to 2.8.0 #57

Bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.10 to 2.8.0

Bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.10 to 2.8.0 #57

Workflow file for this run

name: build
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: "21"
distribution: "liberica"
cache: maven
- name: Build with Maven
run: ./mvnw package