Skip to content

CodeQL

CodeQL #992

Workflow file for this run

name: CodeQL
on:
schedule:
# every day at midnight
- cron: "0 0 * * *"
concurrency:
group: ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }}
cancel-in-progress: true
permissions: {}
jobs:
analyze:
runs-on: ubuntu-24.04
permissions:
actions: read
contents: read
security-events: write
if: github.repository_owner == 'pandas-dev'
strategy:
fail-fast: false
matrix:
language:
- python
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4
with:
languages: ${{ matrix.language }}
- uses: github/codeql-action/autobuild@c793b717bc78562f491db7b0e93a3a178b099162 # v4
- uses: github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v4