File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed
Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 11name : " CodeQL config"
22queries :
3- - name : Run custom queries
4- uses : ./queries
5- # Run all extra query suites, both because we want to
6- # and because it'll act as extra testing. This is why
7- # we include both even though one is a superset of the
8- # other, because we're testing the parsing logic and
9- # that the suites exist in the codeql bundle.
10- - uses : security-and-quality
11- - uses : security-experimental
12- - uses : security-extended
3+ - ./queries
134paths-ignore :
145 - lib
156 - tests
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ name: "CodeQL action"
22
33on :
44 push :
5- branches : [main, releases/v*]
65 pull_request :
76 branches : [main, releases/v*]
87 # Run checks on reopened draft PRs to support triggering PR checks on draft PRs that were opened
You can’t perform that action at this time.
0 commit comments