Skip to content

Commit d028b7c

Browse files
committed
patch action
1 parent 20714c2 commit d028b7c

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/security.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,14 @@ jobs:
4848
with:
4949
languages: ${{ matrix.language }}
5050

51-
- name: Build project
52-
run: |
53-
cd accessors-smart && ./mvnw clean compile
54-
cd ../json-smart && ./mvnw clean compile
55-
cd ../json-smart-action && ./mvnw clean compile
51+
- name: Build project accessors-smart
52+
run: cd accessors-smart && ./mvnw -q clean compile
53+
54+
- name: Build project json-smart
55+
run: cd json-smart && ./mvnw -q clean compile
56+
57+
- name: Build project json-smart-action
58+
run: cd json-smart-action && ./mvnw -q clean compile
5659

5760
- name: Perform CodeQL Analysis
5861
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)