Skip to content

Bump com.github.spotbugs:spotbugs from 4.7.3 to 4.8.1 #202

Bump com.github.spotbugs:spotbugs from 4.7.3 to 4.8.1

Bump com.github.spotbugs:spotbugs from 4.7.3 to 4.8.1 #202

Workflow file for this run

name: Maven CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up JDK 1.8
uses: actions/[email protected]
with:
distribution: 'adopt'
java-version: '8'
- name: Build with Maven
run: mvn package --file pom.xml