Skip to content

T6693: wireless: Enable WiFi-6 (802.11ax) for 2.4GHz AccessPoints (#4… #709

T6693: wireless: Enable WiFi-6 (802.11ax) for 2.4GHz AccessPoints (#4…

T6693: wireless: Enable WiFi-6 (802.11ax) for 2.4GHz AccessPoints (#4… #709

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']"