Skip to content

[Snyk] Upgrade commons-io:commons-io from 2.13.0 to 2.14.0 #51

[Snyk] Upgrade commons-io:commons-io from 2.13.0 to 2.14.0

[Snyk] Upgrade commons-io:commons-io from 2.13.0 to 2.14.0 #51

Workflow file for this run

name: checkstyle
on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: 11
distribution: adopt
- name: Generate demo report
run: mvn --batch-mode checkstyle:check