mirror of
https://github.com/tkmxqrdxddd/davinci-video-converter
synced 2025-11-08 18:45:05 +01:00
31 lines
537 B
YAML
31 lines
537 B
YAML
name: CodeQL
|
|
|
|
on:
|
|
push:
|
|
branches: [ "main" ]
|
|
pull_request:
|
|
branches: [ "main" ]
|
|
|
|
jobs:
|
|
analyze:
|
|
name: Analyze
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- name: Checkout code
|
|
uses: actions/checkout@v2
|
|
|
|
- name: Set up CodeQL
|
|
uses: github/codeql-action/setup@v2
|
|
with:
|
|
languages: cpp
|
|
|
|
- name: Auto-detect CodeQL packs
|
|
uses: github/codeql-action/autodetect@v2
|
|
|
|
- name: Perform CodeQL Analysis
|
|
uses: github/codeql-action/analyze@v2
|
|
with:
|
|
category: "security"
|
|
|