From 69c4ba438dd5816ecf6b19610a9103c85675e1d7 Mon Sep 17 00:00:00 2001 From: Gerben Jongerius Date: Thu, 8 Aug 2024 13:12:54 +0200 Subject: [PATCH] Update pull-request-gate.yml --- .github/workflows/pull-request-gate.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pull-request-gate.yml b/.github/workflows/pull-request-gate.yml index 185b21af..76d893a3 100644 --- a/.github/workflows/pull-request-gate.yml +++ b/.github/workflows/pull-request-gate.yml @@ -27,7 +27,5 @@ jobs: uses: actions/download-artifact@v4 with: name: build-artifact - - name: Generate and submit dependency graph - uses: gradle/actions/dependency-submission@v4 - name: Quality gate run: ./gradlew sonar -Dsonar.token=${{ secrets.SONAR_TOKEN }} -Dsonar.gradle.skipCompile=true -Dsonar.host.url=https://sonarcloud.io