Skip to content

Commit bd68196

Browse files
authored
Create codeql.yml
1 parent 6970b85 commit bd68196

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: CodeQL
2+
on:
3+
push: { branches: [ main ] }
4+
pull_request: { branches: [ main ] }
5+
schedule: [ { cron: "0 6 * * 1" } ]
6+
jobs:
7+
analyze:
8+
permissions: { actions: read, contents: read, security-events: write }
9+
uses: github/codeql-action/.github/workflows/codeql.yml@v3
10+
with: { languages: python }

0 commit comments

Comments
 (0)