Skip to content

Update all changes

Update all changes #26

Workflow file for this run

name: CodeQL
on:
push:
branches: [master, main, develop]
pull_request:
branches: [master, main, develop]
schedule:
- cron: "30 5 * * 1"
concurrency:
group: codeql-${{ github.ref }}
cancel-in-progress: true
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
name: Analyze (Python)
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: python
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
with:
category: "/language:python"