Skip to content

Merge pull request #48 from wolph/docs/documentation-overhaul #141

Merge pull request #48 from wolph/docs/documentation-overhaul

Merge pull request #48 from wolph/docs/documentation-overhaul #141

Workflow file for this run

name: CodeQL
on:
push:
branches: [develop, master, main]
pull_request:
schedule:
- cron: '46 1 * * 3' # weekly, Wednesdays 01:46 UTC
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [python]
steps:
- uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
queries: +security-and-quality
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: '/language:${{ matrix.language }}'