op-mode: T5633, T6465: fix error when op cmd interrupted, updates some system call syntax (backport #3731) #4203
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Perform CodeQL Analysis" | |
on: | |
push: | |
branches: | |
- sagitta | |
pull_request: | |
# The branches below must be a subset of the branches above | |
branches: | |
- sagitta | |
schedule: | |
- cron: '22 10 * * 0' | |
workflow_dispatch: | |
permissions: | |
actions: read | |
contents: read | |
security-events: write | |
jobs: | |
codeql-analysis-call: | |
uses: vyos/.github/.github/workflows/codeql-analysis.yml@sagitta | |
secrets: inherit | |
with: | |
languages: "['python']" |