Skip to content

Commit

Permalink
Fix GitHub action for dependency analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
aowss committed Dec 1, 2023
1 parent 5639421 commit 342c5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
java-version: 21

- name: Check Dependencies
run: mvn -B dependency:analysis versions:display-dependency-updates --file pom.xml
run: mvn -B dependency:analyze versions:display-dependency-updates --file pom.xml

- name: Unit Tests
run: mvn -B test --file pom.xml
Expand Down

0 comments on commit 342c5bf

Please sign in to comment.