1
0
mirror of https://github.com/actions/labeler synced 2026-05-05 11:17:48 +02:00

Update workflows to use reusable-workflows

This commit is contained in:
IvanZosimov
2022-12-19 16:40:34 +01:00
parent 5776c3457c
commit e07202b67f
7 changed files with 50 additions and 116 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: # The reusable workflow can be found here: https://github.com/actions/reusable-workflows/blob/main/.github/workflows/codeql-analysis.yml
name: CodeQL analysis
uses: actions/reusable-workflows/.github/workflows/codeql-analysis.yml@main