Skip to content

Commit

Permalink
feat: remove Update dependency graph
Browse files Browse the repository at this point in the history
  • Loading branch information
barbosamaatheus committed Aug 10, 2024
1 parent b9306f8 commit 4fe69a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,4 @@ jobs:
</settings>' > ~/.m2/settings.xml
- name: Build with Maven
run: mvn -B test --file pom.xml

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
run: mvn -B test --file pom.xml
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@
<releaseBranchPrefix>release/</releaseBranchPrefix>
<hotfixBranchPrefix>hotfix/</hotfixBranchPrefix>
<supportBranchPrefix>support/</supportBranchPrefix>
<versionTagPrefix></versionTagPrefix>
<origin>origin</origin>
</gitFlowConfig>
</configuration>
Expand Down

0 comments on commit 4fe69a7

Please sign in to comment.