Skip to content

Commit 39ab9e8

Browse files
committed
test patch action
1 parent d028b7c commit 39ab9e8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/security.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
@@ -77,9 +77,9 @@ jobs:
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

0 commit comments

Comments
 (0)