X Tutup
Skip to content

Commit dabaa5a

Browse files
committed
CodeQL-Dependabot compatibility
Configure the CodeQL workflow to avoid running for pushes on all pull requests because that causes problems with Dependabot PRs. https://github.com/cli/cli/pull/4475/checks?check_run_id=3857074760
1 parent 31cca11 commit dabaa5a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: Code Scanning
22

33
on:
44
push:
5+
branches: [trunk]
56
pull_request:
7+
branches: [trunk]
8+
paths-ignore:
9+
- '**/*.md'
610
schedule:
711
- cron: "0 0 * * 0"
812

0 commit comments

Comments
 (0)
X Tutup