blob: 432564ab182a5e43d98758c28a636eee7b09035c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
name: "Perform CodeQL Analysis"
on:
push:
branches: [ "current", sagitta", "equuleus", "circinus" ]
pull_request_target:
# The branches below must be a subset of the branches above
branches: [ "current" ]
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: "['c']"
|