Skip to content

Commit 0825869

Browse files
remove unrecognized configuration and fix typo
1 parent 3fec8d0 commit 0825869

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/dependency-submission.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
#
55
# Purpose: It generates and submits a dependency graph to the GitHub Dependency Submission API. The graph is used to
66
# trigger Dependabot Alerts for vulnerable dependencies, and to populate the Dependency Graph insights view in GitHub.
7-
#
8-
# Excludes:
9-
# - Test-only dependencies
107

118
name: Dependency Submission
129

@@ -31,7 +28,6 @@ jobs:
3128
- name: Generate and submit dependency graph
3229
uses: gradle/actions/dependency-submission@d156388eb19639ec20ade50009f3d199ce1e2808 # pin@v4
3330
with:
34-
dependency-graph-exclude-configurations: '.*[Tt]est(Compile|Runtime)Classpath'
3531
build-scan-publish: true
36-
build-scan-terms-of-use-url: "https://gralde.com/help/legal-terms-of-use"
32+
build-scan-terms-of-use-url: "https://gradle.com/help/legal-terms-of-use"
3733
build-scan-terms-of-use-agree: "yes"

0 commit comments

Comments
 (0)