Update codeql.yml

This commit is contained in:
Nuno Cruces
2023-02-02 00:15:41 +01:00
committed by GitHub
parent a8d477bb33
commit 174cc2f3d5

View File

@@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'cpp', 'go' ]
language: [ 'go' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Use only 'java' to analyze code written in Java, Kotlin or both
# Use only 'javascript' to analyze code written in JavaScript, TypeScript or both