We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1ce6f commit 2b85a8cCopy full SHA for 2b85a8c
.github/workflows/dependency-submission.yml
@@ -0,0 +1,22 @@
1
+name: Dependency Submission
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - main
7
8
+permissions:
9
+ contents: write
10
11
+jobs:
12
+ dependency-submission:
13
+ name: Dependency Submission
14
+ runs-on: ubuntu-latest
15
+ steps:
16
+ - name: Checkout sources
17
+ uses: actions/checkout@v4
18
+ - name: Generate and submit dependency graph
19
+ uses: gradle/actions/dependency-submission@v3
20
+ env:
21
+ DEPENDENCY_GRAPH_EXCLUDE_PROJECTS: ':allure-java-commons-test'
22
+ DEPENDENCY_GRAPH_EXCLUDE_CONFIGURATIONS: 'test(Compile|Runtime)Classpath'
0 commit comments