Skip to content

Commit

Permalink
Add explicit command.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Dec 7, 2024
1 parent 83a63e3 commit a630261
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ jobs:
- uses: github/codeql-action/init@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
with:
languages: 'java'
- uses: github/codeql-action/autobuild@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
- name: Build project
run: ./mvnw package -DskipTests
- uses: github/codeql-action/analyze@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6

0 comments on commit a630261

Please sign in to comment.