File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -49,13 +49,13 @@ jobs:
4949 languages : ${{ matrix.language }}
5050
5151 - name : Build project accessors-smart
52- run : cd accessors-smart && ./mvnw -q clean compile
52+ run : cd accessors-smart && ./mvnw -q clean install
5353
5454 - name : Build project json-smart
55- run : cd json-smart && ./mvnw -q clean compile
55+ run : cd json-smart && ./mvnw -q clean install
5656
5757 - name : Build project json-smart-action
58- run : cd json-smart-action && ./mvnw -q clean compile
58+ run : cd json-smart-action && ./mvnw -q clean install
5959
6060 - name : Perform CodeQL Analysis
6161 uses : github/codeql-action/analyze@v3
7777
7878 - name : Run OWASP Dependency Check
7979 run : |
80- cd accessors-smart && ./mvnw org.owasp:dependency-check-maven:check -DnvdApiKey=${{ secrets.NVD_API_KEY }}
81- cd ../json-smart && ./mvnw org.owasp:dependency-check-maven:check -DnvdApiKey=${{ secrets.NVD_API_KEY }}
82- cd ../json-smart-action && ./mvnw org.owasp:dependency-check-maven:check -DnvdApiKey=${{ secrets.NVD_API_KEY }}
80+ cd accessors-smart && ./mvnw -q org.owasp:dependency-check-maven:check -DnvdApiKey=${{ secrets.NVD_API_KEY }}
81+ cd ../json-smart && ./mvnw -q org.owasp:dependency-check-maven:check -DnvdApiKey=${{ secrets.NVD_API_KEY }}
82+ cd ../json-smart-action && ./mvnw -q org.owasp:dependency-check-maven:check -DnvdApiKey=${{ secrets.NVD_API_KEY }}
8383 continue-on-error : true
8484
8585 - name : Upload dependency check results
You can’t perform that action at this time.
0 commit comments