Skip to content

Commit 790c39f

Browse files
committed
update ds action
1 parent 08bc3ac commit 790c39f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dependency-submission.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
uses: actions/checkout@v4
1818
- name: Generate and submit dependency graph
1919
uses: gradle/actions/dependency-submission@v3
20+
with:
21+
dependency-graph: generate-and-upload
2022
env:
2123
DEPENDENCY_GRAPH_EXCLUDE_PROJECTS: ':allure-java-commons-test'
2224
DEPENDENCY_GRAPH_EXCLUDE_CONFIGURATIONS: 'test(Compile|Runtime)Classpath'

0 commit comments

Comments
 (0)