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

Balance systems (B, c) and CG speed restoration #359

Balance systems (B, c) and CG speed restoration

Balance systems (B, c) and CG speed restoration #359

Workflow file for this run

# This file is part of the jebel-quant/rhiza repository
# (https://github.com/jebel-quant/rhiza).
#
# Workflow: CodeQL
#
# Purpose: Automated code scanning for Python and GitHub Actions using
# GitHub's CodeQL engine. Free for public repositories; requires
# GitHub Advanced Security for private repositories.
# Set the CODEQL_ENABLED repository variable to 'true' to force-enable
# on private repos, 'false' to disable, or leave unset for auto-detect.
#
# Trigger: On push to main/master, pull requests, and weekly schedule.
name: "(RHIZA) CODEQL"
permissions:
contents: read
on:
push:
branches: [ "main", "master" ]
pull_request:
branches: [ "main", "master" ]
schedule:
- cron: '27 1 * * 1'
jobs:
codeql:
uses: jebel-quant/rhiza/.github/workflows/rhiza_codeql.yml@v1.0.1
secrets: inherit
permissions:
security-events: write # Upload CodeQL results to code scanning
packages: read
actions: read
contents: read