浏览代码

Update codeql-analysis.yml

Miguel de Icaza 5 年之前
父节点
当前提交
b26e755ea8
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/codeql-analysis.yml

+ 2 - 2
.github/workflows/codeql-analysis.yml

@@ -28,8 +28,8 @@ jobs:
     - 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: csharp
 
     # Autobuild attempts to build any compiled languages  (C/C++, C#, or Java).
     # If this step fails, then you should remove it and run the build manually (see below)