Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.

Commit 1cb25d3

Browse files
committed
Migration from GRADLE to MAVEN.
1 parent 4ffba07 commit 1cb25d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: JDK ${{ matrix.java }} - Verify dependencies for CVE
2828
run: |
2929
go install github.com/google/osv-scanner/v2/cmd/osv-scanner@latest
30-
osv-scanner scan source -r .
30+
$HOME/go/bin/osv-scanner scan source -r .
3131
- name: JDK ${{ matrix.java }} - Upload artifact
3232
uses: actions/upload-artifact@v4
3333
with:

0 commit comments

Comments
 (0)