chore(ci): add codeql of golang

Signed-off-by: slasher <shenjie1@oppo.com>
This commit is contained in:
slasher 2024-08-08 15:49:30 +08:00 committed by 梁曟風
parent 83d122e6dc
commit 45a486ec22

View File

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