We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20714c2 commit d028b7cCopy full SHA for d028b7c
.github/workflows/security.yml
@@ -48,11 +48,14 @@ jobs:
48
with:
49
languages: ${{ matrix.language }}
50
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
+ - name: Build project accessors-smart
+ run: cd accessors-smart && ./mvnw -q clean compile
+
+ - name: Build project json-smart
+ 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
59
60
- name: Perform CodeQL Analysis
61
uses: github/codeql-action/analyze@v3
0 commit comments