Skip to content

Perform CodeQL Analysis #3

Perform CodeQL Analysis

Perform CodeQL Analysis #3

Workflow file for this run

name: "Perform CodeQL Analysis"
on:
push:
branches:
- production
paths:
- '**'
- '!.github/**'
- '!**/*.md'
pull_request:
branches:
- production
paths:
- '**'
- '!.github/**'
- '!**/*.md'
schedule:
- cron: '7 10 * * 0'
permissions:
actions: read
contents: read
security-events: write
jobs:
codeql-analysis-call:
uses: vyos/.github/.github/workflows/codeql-analysis.yml@production
with:
languages: "['python']"