Skip to content

Commit 58b2f98

Browse files
committed
Update ci-build.yml
1 parent f6bfcc3 commit 58b2f98

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# separate terms of service, privacy policy, and support
77
# documentation.
88

9-
name: Java CI with Maven
9+
name: CI Build
1010

1111
on:
1212
push:
@@ -31,7 +31,3 @@ jobs:
3131
run: mvn -B -DskipTests clean package
3232
- name: Test
3333
run: mvn test
34-
35-
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
36-
- name: Update dependency graph
37-
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6

0 commit comments

Comments
 (0)