Skip to content

Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.4.2 to 4.9.5.0 #871

Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.4.2 to 4.9.5.0

Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.4.2 to 4.9.5.0 #871

Workflow file for this run

name: Build
on:
push:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
name: JavaWebSecurity Build
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Configure Java for Build
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
cache: 'maven'
- name: Build with Maven
run: mvn -B package --file pom.xml