Skip to content

Commit 2c7f974

Browse files
authored
Merge pull request #120 from Yubico/dependabot-codeql
Don't run CodeQL on push event for Dependabot branches
2 parents a33f6d9 + f7100a2 commit 2c7f974

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 0 deletions
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
schedule:
78
- cron: '0 12 * * 2'

0 commit comments

Comments
 (0)