Skip to content

Update plugin org.owasp.dependencycheck to v9.0.9 #257

Update plugin org.owasp.dependencycheck to v9.0.9

Update plugin org.owasp.dependencycheck to v9.0.9 #257

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 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
- name: Build
run: ./gradlew check