From 91f093f9b70a8bbd55f09805e9a5cf7c14f23597 Mon Sep 17 00:00:00 2001 From: Luis Filipe de Sousa Date: Thu, 30 May 2024 07:37:55 +0200 Subject: [PATCH] feature: bring back the build workflow, disabled the depenecy graph due to it being disabled in the current repository --- .github/workflows/maven.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index ebaed2c3..182639bc 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -49,8 +49,9 @@ jobs: # path: target/site/jacoco/ # 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@v3 + # Also needs to be disable due to failures in the current repository + #- name: Update dependency graph + # uses: advanced-security/maven-dependency-submission-action@v3 - name: Upload mag artifact snapshot jar uses: actions/upload-artifact@v4