Skip to content

Bump org.mockito:mockito-core from 5.12.0 to 5.14.0 #603

Bump org.mockito:mockito-core from 5.12.0 to 5.14.0

Bump org.mockito:mockito-core from 5.12.0 to 5.14.0 #603

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: check 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
client_task: runAutoTest