Skip to content

fix(deps): update springdoc-openapi.version to v2.3.0 #46

fix(deps): update springdoc-openapi.version to v2.3.0

fix(deps): update springdoc-openapi.version to v2.3.0 #46

name: boot-jpa-locks
on:
push:
paths:
- "jpa/boot-jpa-locks/**"
branches: [main]
pull_request:
paths:
- "jpa/boot-jpa-locks/**"
types:
- opened
- synchronize
- reopened
jobs:
build:
name: Run Unit & Integration Tests
runs-on: ubuntu-latest
defaults:
run:
working-directory: "jpa/boot-jpa-locks"
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK
uses: actions/[email protected]
with:
java-version: 21
distribution: "temurin"
cache: "maven"
- name: Build and analyze
run: ./mvnw clean verify