Skip to content

Commit

Permalink
Replace 'Autobuild' step with less time consuming step in CodeQL (#113)
Browse files Browse the repository at this point in the history
* Replace 'Autobuild' step with 'Build Java', 'Build with Maven'

* Try to remove 'Build Java' step
  • Loading branch information
bivashy authored Nov 4, 2023
1 parent 17a0d9a commit 07634ea
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,8 @@ jobs:
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
# queries: security-extended,security-and-quality


# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Build with Maven
run: mvn --batch-mode verify

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

0 comments on commit 07634ea

Please sign in to comment.