You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/codeql.yml
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -57,12 +57,18 @@ jobs:
57
57
58
58
# 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
59
59
# 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
61
66
62
67
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
63
68
# 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
66
72
67
73
# ℹ️ Command-line programs to run using the OS shell.
68
74
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
0 commit comments