add github actions

This commit is contained in:
CodeDevMLH
2025-12-15 22:43:44 +01:00
parent 06078bd0fe
commit 893794aabc
8 changed files with 129 additions and 0 deletions

20
.github/workflows/scan-codeql.yaml vendored Normal file
View File

@@ -0,0 +1,20 @@
name: '🔬 Run CodeQL'
on:
push:
branches: [ master ]
paths-ignore:
- '**/*.md'
pull_request:
branches: [ master ]
paths-ignore:
- '**/*.md'
schedule:
- cron: '24 2 * * 4'
workflow_dispatch:
jobs:
call:
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/scan-codeql.yaml@master
with:
repository-name: jellyfin/jellyfin-plugin-template