override language detection

This commit is contained in:
antelle 2020-06-02 19:26:59 +02:00
parent b7b5caac9d
commit a45bc13248
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 4 additions and 2 deletions

View File

@ -28,14 +28,16 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: javascript
# Override language selection by uncommenting this and choosing your languages
# with:
# languages: go, javascript, csharp, python, cpp, java
# 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)
- name: Autobuild
uses: github/codeql-action/autobuild@v1
# - name: Autobuild
# uses: github/codeql-action/autobuild@v1
# Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl