Skip to content

Bump org.owasp.dependencycheck from 9.2.0 to 11.0.0 #618

Bump org.owasp.dependencycheck from 9.2.0 to 11.0.0

Bump org.owasp.dependencycheck from 9.2.0 to 11.0.0 #618

Workflow file for this run

name: Security
on:
push:
paths:
- build.gradle
- dependency-check-suppression.xml
jobs:
check-dependencies:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: Analyze Gradle dependencies
run: ./gradlew dependencyCheckAnalyze
- name: Upload test report
if: always()
uses: actions/upload-artifact@v4
with:
name: vulnerability-report
path: build/reports/dependency-check-report.html