summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-06-26 08:49:23 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-06-26 08:49:47 +0200
commit7de2a4ce35dee7a9409ab78962ae12894a073d60 (patch)
tree3a6a089419582e2215d505c30143b8ea51d3da02
parent7183f5acc3d7ca39294aec5f1620690911833e8e (diff)
downloadcurl-7de2a4ce35dee7a9409ab78962ae12894a073d60.tar.gz
codeql-analysis.yml: fix the 'languages' setting
It needs a 'with:' in front of it.
-rw-r--r--.github/workflows/codeql-analysis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 1b67e22fb..a8329ff7c 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -23,11 +23,12 @@ jobs:
# the head of the pull request instead of the merge commit.
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}
-
+
# 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)