Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Code Analysis Scanning #399

Code Analysis Scanning

Code Analysis Scanning #399

Workflow file for this run

name: Code Analysis Scanning
on:
schedule:
- cron: "0 0 * * *"
jobs:
CodeQL-Build:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: python
- name: AutoBuild - python
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: "/language:python"