Skip to content

Commit

Permalink
add dependency-submission workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonenriqueta committed Oct 15, 2024
1 parent 8e5df92 commit 7ba58f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dependency-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@d156388eb19639ec20ade50009f3d199ce1e2808 # pin@v4
with:
gradle-version: 7.5.1
dependency-graph-exclude-configurations: '.*[Tt]est(Compile|Runtime)Classpath'
dependency-graph-continue-on-failure: true
build-scan-publish: true
build-scan-terms-of-use-url: "https://gralde.com/help/legal-terms-of-use"
build-scan-terms-of-use-agree: "yes"

0 comments on commit 7ba58f0

Please sign in to comment.