From 0b138df195c60098c2e7cd2991f7bb587df8045d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isaac=20Louren=C3=A7o?= Date: Wed, 17 Jan 2024 10:52:36 -0300 Subject: [PATCH] fix: remove dependency graph workflow --- .github/workflows/maven.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e8ffac4..a7b7e52 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -36,7 +36,7 @@ jobs: run: mvn -B package --file backend/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@v3 - with: - directory: backend/ \ No newline at end of file + # - name: Update dependency graph + # uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6 + # with: + # directory: backend/ \ No newline at end of file