Skip to content

Update dependency maven to v3.9.9 #145

Update dependency maven to v3.9.9

Update dependency maven to v3.9.9 #145

name: springboot-upload-download-file-rest-api-example
on:
push:
paths:
- "springboot-upload-download-file-rest-api-example/**"
branches: [master]
pull_request:
paths:
- "springboot-upload-download-file-rest-api-example/**"
types:
- opened
- synchronize
- reopened
jobs:
build:
name: Run Unit & Integration Tests
runs-on: ubuntu-latest
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: |
cd springboot-upload-download-file-rest-api-example
mvn clean package