Skip to content

Commit af9abdb

Browse files
authored
Update codeql-analysis.yml (#2205)
replaced dev7x to dev7 for CodeQL scanning
1 parent 620be62 commit af9abdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: "CodeQL"
22

33
on:
44
push:
5-
branches: [ "dev", "dev7x" ]
5+
branches: [ "dev", "dev7" ]
66
pull_request:
77
types:
88
- opened
99
- synchronize
1010
- reopened
1111
- ready_for_review
12-
branches: [ "dev", "dev7x" ]
12+
branches: [ "dev", "dev7" ]
1313

1414
jobs:
1515
analyze:

0 commit comments

Comments
 (0)