Skip to content

Commit df011d0

Browse files
committed
Add CodeQL workflow
1 parent 2652035 commit df011d0

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: CodeQL
2+
3+
on:
4+
push:
5+
branches: [ main ]
6+
pull_request:
7+
branches: [ main ]
8+
schedule:
9+
- cron: "41 7 * * 2"
10+
11+
permissions:
12+
# required for all workflows
13+
security-events: write
14+
# required to fetch internal or private CodeQL packs
15+
packages: read
16+
# only required for workflows in private repositories
17+
actions: read
18+
contents: read
19+
20+
jobs:
21+
analyze:
22+
uses: sersoft-gmbh/oss-common-actions/.github/workflows/codeql-ts-gh-action.yml@main

0 commit comments

Comments
 (0)