From df270f77ca25b49bcd1bbe2d0f820408e9018d81 Mon Sep 17 00:00:00 2001 From: Guus der Kinderen Date: Wed, 20 Nov 2024 11:51:42 +0100 Subject: [PATCH] Update ci.yml to remove breaking optional step As this optional feature is breaking the build with the errors below, we'd better do without for now. ``` Error: TypeError: Cannot read properties of undefined (reading 'forEach') Error: Error: Could not generate a snapshot of the dependencies; Cannot read properties of undefined (reading 'forEach') Error: Failed to generate a dependency snapshot, check logs for more details, Error: Could not generate a snapshot of the dependencies; Cannot read properties of undefined (reading 'forEach') ``` --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 186a372..9a8c33b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,4 @@ jobs: 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@571e99aab1055c2e71a1e2309b9691de18d6b7d6 +