Skip to content

Bump org.cyclonedx:cyclonedx-core-java from 7.3.2 to 8.0.3 #955

Bump org.cyclonedx:cyclonedx-core-java from 7.3.2 to 8.0.3

Bump org.cyclonedx:cyclonedx-core-java from 7.3.2 to 8.0.3 #955

Workflow file for this run

name: Maven CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.0
- name: Set up JDK 1.8
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '8'
- name: Build with Maven
run: mvn --no-transfer-progress package site
- name: Deploy documentation
if: ${{ github.ref == 'refs/heads/master' }}
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: target/site