Skip to content

Commit 1e843a4

Browse files
committed
Add CodeQL workflow trigger and initialize workspace configuration
1 parent 2f2e718 commit 1e843a4

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
name: CodeQL
77

8+
on:
9+
810
push:
911
branches: [main]
1012
pull_request:
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "."
5+
}
6+
],
7+
"settings": {}
8+
}

0 commit comments

Comments
 (0)