Skip to content

chore: reworked and reorganised models to implement a standard (#19) #25

chore: reworked and reorganised models to implement a standard (#19)

chore: reworked and reorganised models to implement a standard (#19) #25

name: Dependency Graph
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Update dependency graph
uses: advanced-security/maven-dependency-submission-action@v4