mirror of
https://github.com/actions/setup-python.git
synced 2024-11-10 13:51:07 +07:00
ec365b4eba
* Add ESLint, update Prettier * Update docs * Update tests * Update licenses * Fix review points
14 lines
247 B
YAML
14 lines
247 B
YAML
name: CodeQL analysis
|
|
|
|
on:
|
|
push:
|
|
branches: ['main']
|
|
pull_request:
|
|
schedule:
|
|
- cron: '0 3 * * 0'
|
|
|
|
jobs:
|
|
call-codeQL-analysis:
|
|
name: CodeQL analysis
|
|
uses: actions/reusable-workflows/.github/workflows/codeql-analysis.yml@main
|