From 6be5e1d3961a2d39281de6ef387fff9a4717b343 Mon Sep 17 00:00:00 2001 From: IIMURA Takuji Date: Thu, 15 Aug 2024 22:13:45 +0900 Subject: [PATCH] Update codeql.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit javascript についてはコメントアウトしておきます --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 62de0cbc..438618d6 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -44,8 +44,8 @@ jobs: fail-fast: false matrix: include: - - language: javascript-typescript - build-mode: none + #- language: javascript-typescript + # build-mode: none - language: swift build-mode: autobuild # CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'