Skip to content
This repository was archived by the owner on Jul 1, 2026. It is now read-only.

CodeQL analysis

CodeQL analysis #461

Workflow file for this run

name: CodeQL analysis
on:
push:
branches:
- main
- master
pull_request:
schedule:
- cron: 0 0 * * 1
workflow_dispatch:
permissions: read-all
jobs:
analyze:
name: CodeQL analysis
permissions:
security-events: write
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language:
- python
steps:
- uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
api.github.com:443
github.com:443
objects.githubusercontent.com:443
uploads.github.com:443
release-assets.githubusercontent.com
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13
with:
languages: ${{ matrix.language }}
- uses: github/codeql-action/autobuild@c10b8064de6f491fea524254123dbe5e09572f13
- uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13
with:
category: /language:${{matrix.language}}