diff --git a/.github/workflows/pull-request-gate.yml b/.github/workflows/pull-request-gate.yml index 76d893a3..185b21af 100644 --- a/.github/workflows/pull-request-gate.yml +++ b/.github/workflows/pull-request-gate.yml @@ -27,5 +27,7 @@ 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