Skip to content

Update dependency org.slf4j:slf4j-log4j12 to v2.0.9 #785

Update dependency org.slf4j:slf4j-log4j12 to v2.0.9

Update dependency org.slf4j:slf4j-log4j12 to v2.0.9 #785

Workflow file for this run

name: OWASP
on:
schedule:
- cron: '0 0 * * *'
pull_request:
branches: [ master ]
jobs:
owasp:
name: Dependency-Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: JDK 1.8
uses: actions/setup-java@v3
with:
java-version: 1.8
- name: Maven
run: mvn --errors --batch-mode -Powasp dependency-check:check