Skip to content

Commit 042b0a7

Browse files
committed
Attempt build using maven.
1 parent cde94b6 commit 042b0a7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/codeql.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,18 @@ jobs:
5656

5757
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
5858
# If this step fails, then you should remove it and run the build manually (see below)
59-
- name: Autobuild
60-
uses: github/codeql-action/autobuild@v4
59+
# - name: Autobuild
60+
# uses: github/codeql-action/autobuild@v4
6161

6262
# ℹ️ Command-line programs to run using the OS shell.
6363
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
6464

6565
# If the Autobuild fails above, remove it and uncomment the following three lines.
6666
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
6767

68-
# - run: |
69-
# echo "Run, Build Application using script"
70-
# ./location_of_script_within_repo/buildscript.sh
68+
- run: |
69+
echo "Build Application using Maven"
70+
mvn clean compile
7171
7272
- name: Perform CodeQL Analysis
7373
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)