From e0ff41a02940ba83afaa4ea1cf8b9bdbb538135f Mon Sep 17 00:00:00 2001 From: RO <13445921+ROhta@users.noreply.github.com> Date: Wed, 8 May 2024 12:19:42 +0900 Subject: [PATCH] =?UTF-8?q?CodeQL=E3=82=92=E4=BD=9C=E5=8B=95=E3=81=95?= =?UTF-8?q?=E3=81=9B=E3=82=8B=20(#330)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 期待する挙動・状態 - CodeQLが動くこと ## 確認済み項目 - [ ] typo ## 見てほしいところ - [ ] PR の Labels の設定は適切か Signed-off-by: RO <13445921+ROhta@users.noreply.github.com> --- .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 d1752df..d86f2d6 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: language: - - javacript + - typescript steps: - uses: actions/checkout@v4 - name: Initialize CodeQL