Skip to content

Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.7.0 to 4.9.8.1 #764

Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.7.0 to 4.9.8.1

Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.7.0 to 4.9.8.1 #764

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
Build: # needs to be extended
if: ${{ !contains(github.event.head_commit.message, 'ci skip') }}
runs-on: ubuntu-latest
strategy:
fail-fast: true
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Set up JDK 17
uses: actions/setup-java@v5
with:
java-version: '17'
distribution: 'temurin'
- name: Compile, check, and run tests
run: mvn verify assembly:single