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"
|
name: "CodeQL"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ "master" ]
|
||||||
|
pull_request:
|
||||||
|
# The branches below must be a subset of the branches above
|
||||||
|
branches: [ "master" ]
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '42 0 * * 0'
|
- cron: '42 0 * * 0'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@ -25,6 +30,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
languages: cpp
|
languages: cpp
|
||||||
|
|
||||||
|
- uses: ./.github/actions/cache
|
||||||
|
|
||||||
- run: make
|
- run: make
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
|
Loading…
Reference in New Issue
Block a user