Skip to content

CodeQL code analysis #302

CodeQL code analysis

CodeQL code analysis #302

Workflow file for this run

name: CodeQL code analysis
on:
workflow_dispatch:
schedule:
# run once a day at 12:00 UTC
- cron: '0 12 * * *'
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Initialize
uses: github/codeql-action/init@v3
with:
languages: python
config-file: ./.github/codeql/codeql-config.yml
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Analyze
uses: github/codeql-action/analyze@v3
with:
category: "/language:python"