Skip to content

Update github/codeql-action action to v3.26.8 #836

Update github/codeql-action action to v3.26.8

Update github/codeql-action action to v3.26.8 #836

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 == 'jellyfin/jellyfin-kodi' }}
strategy:
fail-fast: false
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Initialize CodeQL
uses: github/codeql-action/[email protected]
with:
languages: 'python'
queries: +security-and-quality
- name: Set up Python
uses: actions/[email protected]
with:
python-version: 3.9
- name: Autobuild
uses: github/codeql-action/[email protected]
- name: Perform CodeQL Analysis
uses: github/codeql-action/[email protected]