Skip to content

Commit c5eef46

Browse files
committed
Do not run on Dependabot branches
1 parent 2eb2338 commit c5eef46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: "Code scanning - action"
22

33
on:
44
push:
5+
branches-ignore:
6+
- 'dependabot/**'
57
pull_request:
68
schedule:
79
- cron: '0 18 * * 0'

0 commit comments

Comments
 (0)