Skip to content

build(deps): bump org.springframework.boot:spring-boot-dependencies f… #327

build(deps): bump org.springframework.boot:spring-boot-dependencies f…

build(deps): bump org.springframework.boot:spring-boot-dependencies f… #327

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
pull-requests: write
checks: write
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- run: mvn -B verify
- uses: madrapps/jacoco-report@v1.6.1
with:
paths: ${{ github.workspace }}/target/site/jacoco/jacoco.xml
token: ${{ secrets.GITHUB_TOKEN }}
min-coverage-overall: 80
min-coverage-changed-files: 80
- uses: scacap/action-surefire-report@v1.8.0