Skip to content

vyos.configtree: T6742: add bindings for create_node and is_leaf/set_… #5156

vyos.configtree: T6742: add bindings for create_node and is_leaf/set_…

vyos.configtree: T6742: add bindings for create_node and is_leaf/set_… #5156

Workflow file for this run

name: "Perform CodeQL Analysis"
on:
push:
branches: [ "current" ]
paths:
- '**'
- '!.github/**'
- '!**/*.md'
pull_request:
# The branches below must be a subset of the branches above
branches: [ "current" ]
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@current
secrets: inherit
with:
languages: "['python']"