Skip to content

Bump commons-io:commons-io from 2.15.0 to 2.15.1 #195

Bump commons-io:commons-io from 2.15.0 to 2.15.1

Bump commons-io:commons-io from 2.15.0 to 2.15.1 #195

Workflow file for this run

name: Java CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: java
- uses: actions/checkout@v1
- name: Install haveged
run: sudo apt-get install haveged
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
distribution: zulu
java-version: 17
- name: Build with Maven
run: mvn -B test --file pom.xml
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1