Skip to content

Bump org.owasp:dependency-check-maven from 10.0.4 to 11.0.0 #45

Bump org.owasp:dependency-check-maven from 10.0.4 to 11.0.0

Bump org.owasp:dependency-check-maven from 10.0.4 to 11.0.0 #45

Workflow file for this run

# SPDX-FileCopyrightText: The maven-parent Authors
# SPDX-License-Identifier: 0BSD
name: Verify Commits
on:
pull_request:
branches: [ main ]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- name: Clone Git Repository
uses: actions/checkout@v4
- uses: ./.github/actions/managed-java
- name: Build with Maven
run: mvn --batch-mode verify