Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit be54eea

Browse files
neon-balconysarike
authored andcommitted
Update codeql.yml
1 parent a586f79 commit be54eea

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,18 @@ jobs:
5757

5858
# 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
5959
# queries: security-extended,security-and-quality
60-
60+
61+
- if: matrix.language == 'java'
62+
name: Build Java
63+
run: |
64+
make bootstrap
65+
make release
6166
6267
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
6368
# If this step fails, then you should remove it and run the build manually (see below)
64-
- name: Autobuild
65-
uses: github/codeql-action/autobuild@v2
69+
# - if: matrix.language != 'java'
70+
# name: Autobuild
71+
# uses: github/codeql-action/autobuild@v2
6672

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

0 commit comments

Comments
 (0)