mirror of
https://github.com/actions/setup-node
synced 2024-11-09 15:12:40 +00:00
Setup codeql-analysis workflow
This commit is contained in:
parent
772ffdda26
commit
8151ea11a4
1 changed files with 3 additions and 1 deletions
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
|
@ -11,4 +11,6 @@ jobs:
|
||||||
call-codeQL-analysis:
|
call-codeQL-analysis:
|
||||||
name: CodeQL analysis
|
name: CodeQL analysis
|
||||||
#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:
|
||||||
|
languages: "['typescript']"
|
Loading…
Reference in a new issue