mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 08:35:05 -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.
|
# Initializes the CodeQL tools for scanning.
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@v1
|
uses: github/codeql-action/init@v1
|
||||||
|
with:
|
||||||
languages: cpp
|
languages: cpp
|
||||||
|
|
||||||
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
||||||
|
Loading…
Reference in New Issue
Block a user