Skip to content

Commit 1b83aa1

Browse files
authored
ci: T9082: onboard CodeQL scanning via central reusable workflow (#156)
🤖 Generated by [robots](https://vyos.io)
1 parent 8754ecc commit 1b83aa1

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: "Perform CodeQL Analysis"
2+
3+
on:
4+
push:
5+
branches:
6+
- production
7+
paths:
8+
- '**'
9+
- '!.github/**'
10+
- '!**/*.md'
11+
pull_request:
12+
branches:
13+
- production
14+
paths:
15+
- '**'
16+
- '!.github/**'
17+
- '!**/*.md'
18+
schedule:
19+
- cron: '7 10 * * 0'
20+
21+
permissions:
22+
actions: read
23+
contents: read
24+
security-events: write
25+
26+
jobs:
27+
codeql-analysis-call:
28+
uses: vyos/.github/.github/workflows/codeql-analysis.yml@production
29+
with:
30+
languages: "['python']"

0 commit comments

Comments
 (0)