mirror of
https://github.com/actions/setup-node.git
synced 2024-11-10 04:18:24 +08:00
Setup codeql-analysis workflow
This commit is contained in:
parent
772ffdda26
commit
8151ea11a4
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 New Issue
Block a user