Skip to content

Code Scanning - Action #144

Code Scanning - Action

Code Scanning - Action #144

Workflow file for this run

name: "Code Scanning - Action"
on:
workflow_dispatch:
schedule:
- cron: '30 1 * * 0'
jobs:
CodeQL-Build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: python
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2