Skip to content

Bump com.github.spotbugs:spotbugs-annotations from 4.8.5 to 4.8.6 #936

Bump com.github.spotbugs:spotbugs-annotations from 4.8.5 to 4.8.6

Bump com.github.spotbugs:spotbugs-annotations from 4.8.5 to 4.8.6 #936

Workflow file for this run

name: Pull Requests
on:
pull_request:
paths-ignore:
- '.github/**'
jobs:
CodeAudits:
uses: evanchooly/workflows/.github/workflows/code-audits.yml@master
Build:
needs:
- CodeAudits
uses: evanchooly/workflows/.github/workflows/pull-request.yml@master
with:
maven-flags: "-Dmongodb=6"