Specify languages for CodeQL

This commit is contained in:
Kovid Goyal 2021-10-21 19:43:52 +05:30
parent be8fc47c5f
commit a95a1f1158
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -30,9 +30,8 @@ jobs:
# Initializes the CodeQL tools for scanning. # Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@v1 uses: github/codeql-action/init@v1
# Override language selection by uncommenting this and choosing your languages with:
# with: languages: python, c
# languages: go, javascript, csharp, python, cpp, java
- name: Build kitty - name: Build kitty
run: python3 .github/workflows/ci.py build run: python3 .github/workflows/ci.py build