Skip to content

Bump com.github.spotbugs-base from 6.0.19 to 6.0.22 #232

Bump com.github.spotbugs-base from 6.0.19 to 6.0.22

Bump com.github.spotbugs-base from 6.0.19 to 6.0.22 #232

Workflow file for this run

name: build
on: [ push, pull_request ]
jobs:
build:
uses: constellation-mc/actions/.github/workflows/gradle-build.yml@main
with:
java: 17
gradle_tasks: spotbugs
reviewdog: |
cat ./build/reports/spotbugs/main/spotbugs.sarif | reviewdog -name="spotbugs" -f=sarif -reporter=github-check -level=warning
run_tests:
uses: constellation-mc/actions/.github/workflows/mc-tests.yml@main
with:
java: 17
server_task: runTestServer