Fix codeql. (#23)
This commit is contained in:
parent
02ee4d2a9e
commit
d379becb63
3 changed files with 3 additions and 5 deletions
4
.github/workflows/codeql.yaml
vendored
4
.github/workflows/codeql.yaml
vendored
|
@ -4,12 +4,10 @@ name: CodeQL
|
|||
workflow_dispatch: {}
|
||||
push:
|
||||
branches: [main]
|
||||
paths: [src/main/java/*.java]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
paths: [src/main/java/*.java]
|
||||
schedule:
|
||||
- cron: '0 0 * * 0'
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
codeql:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue