mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
ci: run codeql on pull requests #24545
Also use cache to save 1 minute.
This commit is contained in:
parent
11590543eb
commit
006152ff7a
7
.github/workflows/codeql.yml
vendored
7
.github/workflows/codeql.yml
vendored
@ -1,6 +1,11 @@
|
||||
name: "CodeQL"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ "master" ]
|
||||
schedule:
|
||||
- cron: '42 0 * * 0'
|
||||
workflow_dispatch:
|
||||
@ -25,6 +30,8 @@ jobs:
|
||||
with:
|
||||
languages: cpp
|
||||
|
||||
- uses: ./.github/actions/cache
|
||||
|
||||
- run: make
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
|
Loading…
Reference in New Issue
Block a user