From 2f248cdf109f710ee44c79219d7d56c171c2e9c7 Mon Sep 17 00:00:00 2001 From: Mike Audi Date: Wed, 24 Apr 2024 17:17:04 -0500 Subject: [PATCH] fix: language not include --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 3809970..9bb74aa 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -43,7 +43,7 @@ jobs: strategy: fail-fast: false matrix: - include: 'swift' + language: ['swift'] # CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift' # Use `c-cpp` to analyze code written in C, C++ or both # Use 'java-kotlin' to analyze code written in Java, Kotlin or both