Skip to content

Update dependency maven to v3.9.9 #154

Update dependency maven to v3.9.9

Update dependency maven to v3.9.9 #154

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