Skip to content

Update dependency com.github.spotbugs:spotbugs-maven-plugin to v4.8.6.6 #704

Update dependency com.github.spotbugs:spotbugs-maven-plugin to v4.8.6.6

Update dependency com.github.spotbugs:spotbugs-maven-plugin to v4.8.6.6 #704

Workflow file for this run

name: Test
on:
- pull_request
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
cache: maven
- name: ⭐ Test Build ⭐
run: mvn clean install -q -B