mirror of
https://gitea.com/actions/setup-node.git
synced 2024-11-21 17:49:33 +01: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:
|
||||
name: CodeQL analysis
|
||||
#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