Skip to content

Merge branch 'fix/montees_versions' into develop #91

Merge branch 'fix/montees_versions' into develop

Merge branch 'fix/montees_versions' into develop #91

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [ "main" , "develop" ]
pull_request:
branches: [ "main", "develop" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph
uses: advanced-security/maven-dependency-submission-action@5d0f9011b55d6268922128af45275986303459c3