diff options
| author | Matt Domko <[email protected]> | 2021-05-11 05:39:26 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-11 05:39:26 -0700 |
| commit | e6472f2b5724df0b3e1b60b4da22078d979b8fbf (patch) | |
| tree | f277fa27cf537b058a3128dfcbe04a608d12f4fa /.github | |
| parent | Update codeql-analysis.yml (diff) | |
| download | discoin-e6472f2b5724df0b3e1b60b4da22078d979b8fbf.tar.xz discoin-e6472f2b5724df0b3e1b60b4da22078d979b8fbf.zip | |
Update codeql-analysis.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/codeql-analysis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 9d5453644..63dacc66e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,7 +32,7 @@ jobs: strategy: fail-fast: false matrix: - language: [ 'cpp', 'java', 'python' ] + language: [ 'cpp', 'python' ] # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ] # Learn more: # https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed |