Skip to content

Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.5 to 4.8.6.6 #514

Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.5 to 4.8.6.6

Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.5 to 4.8.6.6 #514

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@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- name: Compile, check, and run tests
run: mvn verify assembly:single