Skip to content

policy: T6751: add missing completion helpers for community-list (backport #4112) #5134

policy: T6751: add missing completion helpers for community-list (backport #4112)

policy: T6751: add missing completion helpers for community-list (backport #4112) #5134

Workflow file for this run

name: "Perform CodeQL Analysis"
on:
push:
branches: [ "circinus" ]
paths:
- '**'
- '!.github/**'
- '!**/*.md'
pull_request_target:
# The branches below must be a subset of the branches above
branches: [ "circinus" ]
paths:
- '**'
- '!.github/**'
- '!**/*.md'
schedule:
- cron: '22 10 * * 0'
permissions:
actions: read
contents: read
security-events: write
jobs:
codeql-analysis-call:
uses: vyos/.github/.github/workflows/codeql-analysis.yml@circinus
secrets: inherit
with:
languages: "['python']"