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 57a160a commit 43cb1cfCopy full SHA for 43cb1cf
.github/workflows/codeql-analysis.yml
@@ -20,5 +20,6 @@ jobs:
20
- uses: github/codeql-action/init@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
21
with:
22
languages: 'java'
23
- - uses: github/codeql-action/autobuild@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
+ - name: Build project
24
+ run: ./mvnw verify
25
- uses: github/codeql-action/analyze@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
0 commit comments