Fix CodeQL job by scaning only for C and C

Co-authored-by: pancake <pancake@nopcode.org>
This commit is contained in:
pancake 2024-03-21 11:52:41 +01:00 committed by GitHub
parent 757cbcef2f
commit 8ab4d394a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,9 +29,8 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
# Override language selection by uncommenting this and choosing your languages
# with:
# languages: go, javascript, csharp, python, cpp, java
with:
languages: c
# 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)