Update codeql-analysis.yml

This commit is contained in:
IvanZosimov 2022-12-15 14:22:37 +01:00
parent 6d0109286a
commit cd268b199d
1 changed files with 4 additions and 1 deletions

View File

@ -10,6 +10,9 @@ on:
jobs: jobs:
call-codeQL-analysis: 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: actions/reusable-workflows/.github/workflows/codeql-analysis.yml@main
uses: IvanZosimov/reusable-workflows/.github/workflows/codeql-analysis.yml@main uses: IvanZosimov/reusable-workflows/.github/workflows/codeql-analysis.yml@main
with:
language: "['typescript']"