Skip to content

Bump org.cyclonedx:cyclonedx-maven-plugin from 2.8.1 to 2.8.2 #1075

Bump org.cyclonedx:cyclonedx-maven-plugin from 2.8.1 to 2.8.2

Bump org.cyclonedx:cyclonedx-maven-plugin from 2.8.1 to 2.8.2 #1075

Workflow file for this run

name: CodeQL
on:
pull_request:
branches:
- master
schedule:
- cron: '0 8 * * 1'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: ['java']
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3