Skip to content

Commit 4db7ff8

Browse files
committed
Add codeql workflow
1 parent 69bd826 commit 4db7ff8

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# SPDX-License-Identifier: MIT
2+
name: CodeQL
3+
4+
on:
5+
push:
6+
branches:
7+
- main
8+
- feature/**
9+
pull_request:
10+
branches:
11+
- main
12+
schedule:
13+
- cron: '0 12 * * 0'
14+
15+
permissions:
16+
actions: read
17+
contents: read
18+
security-events: write
19+
20+
jobs:
21+
codeql:
22+
name: codeql
23+
uses: ffurrer2/shared-workflows/.github/workflows/codeql.yml@main
24+
with:
25+
languages: '["javascript"]'

0 commit comments

Comments
 (0)