Skip to content

[auto] CodeQL-Nightly #2

[auto] CodeQL-Nightly

[auto] CodeQL-Nightly #2

Workflow file for this run

name: "[auto] CodeQL-Nightly"
on:
schedule:
- cron: '0 6 * * *'
workflow_dispatch:
jobs:
CodeQL-Build:
# CodeQL runs on ubuntu-latest, windows-latest, and macos-latest
runs-on: ubuntu-latest
permissions:
security-events: write
actions: read
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: python
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2