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 9801255 commit 9bea4daCopy full SHA for 9bea4da
.github/workflows/codeql-analysis.yml
@@ -74,7 +74,8 @@ jobs:
74
run: |
75
./mvnw \
76
--show-version --batch-mode --errors --no-transfer-progress \
77
- -DskipTests -P!java8-tests
+ -DskipTests -P!java8-tests \
78
+ clean verify
79
80
- name: Perform CodeQL Analysis
81
uses: github/codeql-action/analyze@2cb752a87e96af96708ab57187ab6372ee1973ab # 2.22.0
0 commit comments