Skip to content

Commit 82193d6

Browse files
committed
Test config with queries as list of strings
1 parent 3c764cd commit 82193d6

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed
Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
name: "CodeQL config"
22
queries:
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
134
paths-ignore:
145
- lib
156
- tests

.github/workflows/codeql.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: "CodeQL action"
22

33
on:
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

0 commit comments

Comments
 (0)