Skip to content

Update plugin org.owasp.dependencycheck to v10.0.4 #2572

Update plugin org.owasp.dependencycheck to v10.0.4

Update plugin org.owasp.dependencycheck to v10.0.4 #2572

Workflow file for this run

name: Template CI
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 21
cache: 'gradle'
- name: Build
run: ./gradlew check