Skip to content

Commit 6f8d123

Browse files
committed
Remove dependency graph update step from workflow
Eliminated the 'Update dependency graph' step using the maven-dependency-submission-action from the build-and-run-test GitHub Actions workflow.
1 parent e3eb06c commit 6f8d123

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build-and-run-test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,4 @@ jobs:
3030
name: spring-web-captor-jars
3131
path: |
3232
spring-web-captor/target/*.jar
33-
spring-web-captor-xml/target/*.jar
34-
35-
- name: Update dependency graph
36-
uses: advanced-security/maven-dependency-submission-action@v4
33+
spring-web-captor-xml/target/*.jar

0 commit comments

Comments
 (0)