Skip to content

Bump org.apache.maven.plugins:maven-plugin-plugin from 3.13.1 to 3.14.0 #1028

Bump org.apache.maven.plugins:maven-plugin-plugin from 3.13.1 to 3.14.0

Bump org.apache.maven.plugins:maven-plugin-plugin from 3.13.1 to 3.14.0 #1028

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"