Skip to content

Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.6 to 4.9.1.0 #29

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

Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.6 to 4.9.1.0 #29

Workflow file for this run

# https://docs.github.com/en/actions/use-cases-and-examples/building-and-testing/building-and-testing-java-with-maven
name: Maven verify
on:
- push
- pull_request
- workflow_dispatch
jobs:
test:
strategy:
matrix:
runner:
- ubuntu-24.04
- windows-2022
- macos-14
java-version:
- 21
uses: FAIRDataTeam/github-workflows/.github/workflows/maven-verify.yml@v2
with:
runner: ${{ matrix.runner }}
java-version: ${{ matrix.java-version }}
# quotes around spring.profiles.active are required for windows
mvn-options: '-D"spring.profiles.active"=testing'
# db settings must match testing profile
db-type: postgresql
db-name: fdp_test
db-username: fdp
db-password: fdp
db-port: 54321