Skip to content

Merge pull request #189 from oddstr13/pr-fix-188-1 #364

Merge pull request #189 from oddstr13/pr-fix-188-1

Merge pull request #189 from oddstr13/pr-fix-188-1 #364

Workflow file for this run

name: CodeQL Analysis
on:
push:
branches:
- master
pull_request:
branches:
- master
schedule:
- cron: '38 8 * * 6'
jobs:
analyze:
runs-on: ubuntu-latest
if: ${{ github.repository == 'oddstr13/jellyfin-plugin-repository-manager' }}
strategy:
fail-fast: false
matrix:
language: [ 'python' ]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
queries: +security-and-quality
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3