From 3be75c2c93c7f419188c7d908801a0112ae5f9e5 Mon Sep 17 00:00:00 2001 From: Aamir shaikh <56036364+aamirxshaikh@users.noreply.github.com> Date: Sun, 24 Nov 2024 14:59:50 +0530 Subject: [PATCH] Comment Update dependency graph --- .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 33ef074..3b631b8 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -31,7 +31,7 @@ jobs: 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@571e99aab1055c2e71a1e2309b9691de18d6b7d6 - env: - GITHUB_TOKEN: ${{ secrets.DEPENDENCY_GRAPH_TOKEN }} + # - name: Update dependency graph + # uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6 + # env: + # GITHUB_TOKEN: ${{ secrets.DEPENDENCY_GRAPH_TOKEN }}