Skip to content

chore: define an initial 'INIT group' model #8069

chore: define an initial 'INIT group' model

chore: define an initial 'INIT group' model #8069

Workflow file for this run

# https://codeql.github.com/
name: CodeQL
on:
push:
paths:
- "**.py"
pull_request:
branches: [main]
paths:
- "**.py"
schedule:
- cron: "24 9 * * 6"
jobs:
codeql:
name: CodeQL Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v7
- name: Initialize CodeQL
uses: github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
with:
languages: python
# https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning#specifying-configuration-details-using-the-config-input
config: |
paths-ignore:
- tests
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6