Skip to content

Commit

Permalink
CodeQL: Only check C++ for now
Browse files Browse the repository at this point in the history
In trying to check Java it's running into the error "No source code was
seen during the build". Currently the Java sources are not compiled.
  • Loading branch information
bjorn committed Jul 15, 2020
1 parent fc6a005 commit 37a4d10
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
# Override language selection by uncommenting this and choosing your languages
# with:
# languages: go, javascript, csharp, python, cpp, java
with:
languages: cpp

- name: Install dependencies
run: |
Expand Down

0 comments on commit 37a4d10

Please sign in to comment.