Skip to content

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2… #362

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2…

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2… #362

Workflow file for this run

name: Build
on:
push:
branches:
- '**'
paths-ignore:
- '**.md'
workflow_dispatch:
jobs:
build:
name: Build
if: ${{ github.actor != 'dependabot[bot]' }}
uses: ./.github/workflows/reusable-build.yml
secrets:
sonar_token: ${{ secrets.SONAR_TOKEN }}
gh_token: ${{ secrets.GITHUB_TOKEN }}