Update workflows to use reusable-workflows

This commit is contained in:
IvanZosimov 2022-12-14 14:53:47 +01:00
parent 1df8dbefe2
commit caaa9d738f
5 changed files with 27 additions and 68 deletions

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

@ -0,0 +1,14 @@
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