Skip to content

Commit d05d29c

Browse files
authored
Add CodeQL workflow for security scanning
1 parent 2fa2a49 commit d05d29c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
on:
2+
push:
3+
branches: [ master, rc ] # Replace 'main' with your default branch name
4+
pull_request:
5+
branches: [ master, rc ] # Triggers on PRs targeting only default branch
6+
schedule:
7+
- cron: '0 0 * * 1' # Optional: weekly scan on default branch

0 commit comments

Comments
 (0)