Skip to content

Commit c6ed184

Browse files
authored
Update maven-merge-build.yml - Removed Typo (#37)
* Update maven-merge-build.yml - Removed Typo Removed Typo, it was blocking maven merge * Update maven-merge-build.yml
1 parent 182d965 commit c6ed184

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-merge-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
cache: maven
2727
- name: Build with Maven
2828
run: mvn -B package --file pom.xml
29-
(*
29+
3030
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
3131
- name: Update dependency graph
32-
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6 *)
32+
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
3333

3434
- name: Generate JaCoCo Badge
3535
id: jacoco

0 commit comments

Comments
 (0)