Update workflows to use reusable-workflows

This commit is contained in:
IvanZosimov
2022-12-14 15:11:36 +01:00
parent 339692abda
commit 1370292ad9
5 changed files with 30 additions and 83 deletions

15
.github/workflows/codeql-analysis.yml vendored Normal file
View File

@ -0,0 +1,15 @@
name: CodeQL analysis
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: '0 3 * * 0'
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