Skip to content

Commit 112c855

Browse files
committed
Remove step to submit dependency snapshot
The repo already uses a separate workflow for that. This commit fixes the problem that PRs from Dependabot cause build failures for this workflow, because these PRs don't have the permission to submit snapshots.
1 parent 4e4786e commit 112c855

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/maven.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,3 @@ jobs:
4646

4747
- name: Verify and Package with Maven
4848
run: ./mvnw --batch-mode --file pom.xml verify package
49-
50-
# Upload the full dependency graph to GitHub to improve the quality of
51-
# Dependabot alerts this repository can receive.
52-
- name: Submit Dependency Snapshot
53-
uses: advanced-security/maven-dependency-submission-action@v4

0 commit comments

Comments
 (0)