Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/maven/plugins-54b119e5da
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardsph authored Jan 9, 2025
2 parents 79a7c3d + c63b4ad commit b6250e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nvd-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
repository: jeremylong/Open-Vulnerability-Project
path: ovp
ref: v7.0.2
ref: v7.1.0

- name: Set up JDK 17
uses: actions/setup-java@v4
Expand All @@ -27,7 +27,7 @@ jobs:

- name: Build the OVP code with Gradle
working-directory: ./ovp
run: ./gradlew build -x test
run: ./gradlew build -x test -x spotlessJavaCheck

- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit b6250e4

Please sign in to comment.