1
0
mirror of https://github.com/actions/setup-java.git synced 2025-02-25 17:30:11 +08:00

15 lines
266 B
YAML
Raw Normal View History

2022-12-15 16:10:53 +01:00
name: CodeQL analysis
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 3 * * 0'
jobs:
2022-12-20 15:38:24 +01:00
call-codeQL-analysis:
name: CodeQL analysis
uses: actions/reusable-workflows/.github/workflows/codeql-analysis.yml@main