mirror of
https://github.com/actions/setup-dotnet.git
synced 2024-11-23 03:51:07 +07:00
c82240598b
* Apply ESLint config and update Prettier * Update dependencies and rebuild * Update docs
15 lines
266 B
YAML
15 lines
266 B
YAML
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
|