1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

codeql-analysis.yml: fix the 'languages' setting

It needs a 'with:' in front of it.
This commit is contained in:
Daniel Stenberg 2020-06-26 08:49:23 +02:00
parent 7183f5acc3
commit 7de2a4ce35
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -27,7 +27,8 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
languages: cpp
with:
languages: cpp
# 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)