Skip to content

Fix Plex username list repopulation #1097

Fix Plex username list repopulation

Fix Plex username list repopulation #1097

Workflow file for this run

name: CodeQL
on:
push:
branches:
- latest
- release
pull_request:
branches:
- latest
schedule:
- cron: "22 5 * * 5"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: ubuntu-latest
timeout-minutes: 45
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language:
- actions
- javascript-typescript
- python
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql/codeql-config.yml
# These languages do not need a compiled build. CodeQL extracts them
# during initialization, so an autobuild step adds no coverage.
- name: Analyze
uses: github/codeql-action/analyze@v4
with:
category: /language:${{ matrix.language }}