File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments