Skip to content

Commit

Permalink
Publish dependency graph
Browse files Browse the repository at this point in the history
  • Loading branch information
gjong authored Aug 8, 2024
1 parent 41c196c commit fc83015
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull-request-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fc83015

Please sign in to comment.