mpv-plugin/mpv-lrc: add 20231208, drop 20231123 #425
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
jobs: | |
analyze: | |
name: Analyze | |
permissions: | |
actions: read | |
contents: read | |
security-events: write | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v3 | |
- name: Initialize CodeQL | |
uses: github/codeql-action/init@v2 | |
with: | |
languages: ${{ matrix.language }} | |
- name: Perform CodeQL Analysis | |
uses: github/codeql-action/analyze@v2 | |
with: | |
category: /language:${{matrix.language}} | |
strategy: | |
fail-fast: false | |
matrix: | |
language: ['python'] | |
name: CodeQL | |
'on': | |
pull_request: | |
branches: ['master'] | |
push: | |
branches: ['master'] | |
schedule: | |
- cron: 15 4 * * 3 |