mirror of
https://github.com/opencv/opencv.git
synced 2026-07-21 19:33:03 +04:00
14 lines
226 B
YAML
14 lines
226 B
YAML
name: 5.x
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '0 3 * * *'
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
CodeQL:
|
|
uses: opencv/ci-gha-workflow/.github/workflows/OCV-CodeQL.yaml@main
|
|
with:
|
|
target_branch: '5.x'
|
|
workflow_branch: main
|