2022-12-15 15:10:53 +00:00
name : CodeQL analysis
2022-12-14 13:53:47 +00:00
on :
push :
branches : [ main ]
pull_request :
branches : [ main ]
schedule :
- cron : '0 3 * * 0'
jobs :
2022-12-15 15:41:32 +00:00
call-codeQL-analysis: # The reusable workflow can be found here : https://github.com/actions/reusable-workflows/blob/main/.github/workflows/codeql-analysis.yml
2022-12-14 13:53:47 +00:00
name : CodeQL analysis
#uses: actions/reusable-workflows/.github/workflows/codeql-analysis.yml@main
2022-12-16 15:51:33 +00:00
uses : IvanZosimov/reusable-workflows/.github/workflows/codeql-analysis.yml@main
with :
languages : "['javascript', 'typescript']"