mirror of
https://github.com/moparisthebest/curl
synced 2024-12-24 00:58:48 -05:00
codeql-analysis.yml: fix the 'languages' setting
It needs a 'with:' in front of it.
This commit is contained in:
parent
7183f5acc3
commit
7de2a4ce35
1
.github/workflows/codeql-analysis.yml
vendored
1
.github/workflows/codeql-analysis.yml
vendored
@ -27,6 +27,7 @@ jobs:
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v1
|
||||
with:
|
||||
languages: cpp
|
||||
|
||||
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
||||
|
Loading…
Reference in New Issue
Block a user