Fix codeql workflow missing python code (#1498)

* Fix codeql workflow missing python code

* Try something else
This commit is contained in:
GrzegorzKowalik 2021-10-14 13:21:09 +02:00 committed by GitHub
parent cbeed52a30
commit 7663aa4bd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,9 +30,8 @@ jobs:
# Initializes the CodeQL tools for scanning.
- 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
# 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)