From 0eaa7e829e903215c799485b78e4d4a8756370c6 Mon Sep 17 00:00:00 2001 From: Gowtham Mohan Date: Mon, 25 Mar 2024 21:22:54 +0100 Subject: [PATCH] chore: adjust language --- .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 c3829d5..73fb33c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: - language: ['javascript'] + language: ['javascript-typescript'] steps: - name: Checkout repository