From cd268b199db55cee2ae8532749682a460d01f0a4 Mon Sep 17 00:00:00 2001 From: IvanZosimov Date: Thu, 15 Dec 2022 14:22:37 +0100 Subject: [PATCH] Update codeql-analysis.yml --- .github/workflows/codeql-analysis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 83201d42..e62d400b 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -10,6 +10,9 @@ on: jobs: call-codeQL-analysis: - name: CodeQL analysis + name: CodeQL analysis + # Check the reusable workflow here: https://github.com/actions/reusable-workflows/blob/main/.github/workflows/codeql-analysis.yml #uses: actions/reusable-workflows/.github/workflows/codeql-analysis.yml@main uses: IvanZosimov/reusable-workflows/.github/workflows/codeql-analysis.yml@main + with: + language: "['typescript']"