mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
Update codeql.yml
This commit is contained in:
parent
d91048fc2d
commit
39dbfc3a88
1 changed files with 3 additions and 5 deletions
8
.github/workflows/codeql.yml
vendored
8
.github/workflows/codeql.yml
vendored
|
@ -17,12 +17,10 @@ on:
|
|||
pull_request:
|
||||
branches: [ "main" ]
|
||||
schedule:
|
||||
- cron: '30 18 * * 1'
|
||||
workflow_dispatch:
|
||||
|
||||
- cron: '22 14 * * 4'
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
jobs:
|
||||
analyze:
|
||||
name: Analyze (${{ matrix.language }})
|
||||
# Runner size impacts CodeQL analysis time. To learn more, please see:
|
||||
# - https://gh.io/recommended-hardware-resources-for-running-codeql
|
||||
|
|
Loading…
Reference in a new issue