Restrict languages in codeql-analysis.yml

This commit is contained in:
Tom Hvitved
2020-06-19 13:01:28 +02:00
committed by GitHub
parent a285f6460c
commit ffe3f500d7

View File

@@ -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: javascript, csharp, python
# 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)