mirror of
https://github.com/tkmxqrdxddd/davinci-video-converter
synced 2026-03-29 15:25:33 +02:00
Compare commits
6 Commits
v1.5.0
...
665ba3a5fd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
665ba3a5fd | ||
|
|
7b9957dd2c | ||
|
|
0d2740db94 | ||
|
|
45e68ca7cb | ||
|
|
9fc28abc91 | ||
|
|
f1021e4391 |
3
.github/workflows/build-deb.yml
vendored
3
.github/workflows/build-deb.yml
vendored
@@ -7,6 +7,9 @@ on:
|
|||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-deb:
|
build-deb:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
3
.github/workflows/ci-cd.yml
vendored
3
.github/workflows/ci-cd.yml
vendored
@@ -8,6 +8,9 @@ on:
|
|||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
env:
|
env:
|
||||||
PROJECT_NAME: davinci-video-converter
|
PROJECT_NAME: davinci-video-converter
|
||||||
|
|
||||||
|
|||||||
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -6,6 +6,9 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
27
.github/workflows/security.yml
vendored
27
.github/workflows/security.yml
vendored
@@ -9,33 +9,10 @@ on:
|
|||||||
# Run security scans weekly on Sunday at 2 AM UTC
|
# Run security scans weekly on Sunday at 2 AM UTC
|
||||||
- cron: '0 2 * * 0'
|
- cron: '0 2 * * 0'
|
||||||
|
|
||||||
jobs:
|
permissions:
|
||||||
codeql:
|
|
||||||
name: CodeQL Analysis
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
permissions:
|
|
||||||
actions: read
|
|
||||||
contents: read
|
contents: read
|
||||||
security-events: write
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout repository
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Initialize CodeQL
|
|
||||||
uses: github/codeql-action/init@v3
|
|
||||||
with:
|
|
||||||
languages: cpp
|
|
||||||
queries: security-extended,security-and-quality
|
|
||||||
|
|
||||||
- name: Autobuild
|
|
||||||
uses: github/codeql-action/autobuild@v3
|
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
|
||||||
uses: github/codeql-action/analyze@v3
|
|
||||||
with:
|
|
||||||
category: "/language:cpp"
|
|
||||||
|
|
||||||
|
jobs:
|
||||||
dependency-review:
|
dependency-review:
|
||||||
name: Dependency Review
|
name: Dependency Review
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -44,4 +44,4 @@ tests/*.mov
|
|||||||
tests/*.mkv
|
tests/*.mkv
|
||||||
tests/test_parser
|
tests/test_parser
|
||||||
tests/test_validator
|
tests/test_validator
|
||||||
tests/test_converter
|
tests/test_converter# Contributors
|
||||||
|
|||||||
Reference in New Issue
Block a user