Skip to content

fix(av): route .ogg/.opus/.aac to the audio chain instead of "unknown" #868

fix(av): route .ogg/.opus/.aac to the audio chain instead of "unknown"

fix(av): route .ogg/.opus/.aac to the audio chain instead of "unknown" #868

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
schedule:
- cron: "23 3 * * 1"
permissions:
contents: read
# Required for CodeQL to upload SARIF results.
security-events: write
jobs:
analyze:
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
language: [python]
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: github/codeql-action/init@c16c0f3f2812ec4bb3750a5ed64873fe2ce0fbef # codeql-bundle-v2.26.3
with:
languages: ${{ matrix.language }}
- uses: github/codeql-action/analyze@c16c0f3f2812ec4bb3750a5ed64873fe2ce0fbef # codeql-bundle-v2.26.3