Update codeql-analysis.yml
This commit is contained in:
parent
6d0109286a
commit
cd268b199d
|
@ -11,5 +11,8 @@ on:
|
|||
jobs:
|
||||
call-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']"
|
||||
|
|
Loading…
Reference in New Issue