Skip to content

Commit 3b6d0ab

Browse files
authored
Merge pull request #99 from actions/brcrista/dependabot-push
Don't trigger CodeQL on Dependabot push
2 parents df388c9 + 46a6d6f commit 3b6d0ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codeql-analysis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: "Code scanning - action"
22

33
on:
44
push:
5+
branches-ignore: "dependabot/**"
56
pull_request:
67
paths-ignore:
78
- '**.md'

0 commit comments

Comments
 (0)