Skip to content

Commit

Permalink
ci: deps graph removed
Browse files Browse the repository at this point in the history
  • Loading branch information
golamrabbiazad authored Sep 30, 2024
1 parent a7e153f commit 6ec0735
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
distribution: 'corretto'
cache: maven

- name: Cache Mavent packages
- name: Cache Maven packages
uses: actions/cache@v4
with:
path: ~/.m2/repository
Expand All @@ -53,7 +53,3 @@ jobs:
- name: Build with Maven
run: mvn -B package --file taskmaster-backend/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

0 comments on commit 6ec0735

Please sign in to comment.