mirror of
https://github.com/github/codeql-action.git
synced 2026-05-22 22:08:56 +00:00
Test config with queries as list of strings
This commit is contained in:
@@ -1,15 +1,6 @@
|
||||
name: "CodeQL config"
|
||||
queries:
|
||||
- name: Run custom queries
|
||||
uses: ./queries
|
||||
# Run all extra query suites, both because we want to
|
||||
# and because it'll act as extra testing. This is why
|
||||
# we include both even though one is a superset of the
|
||||
# other, because we're testing the parsing logic and
|
||||
# that the suites exist in the codeql bundle.
|
||||
- uses: security-and-quality
|
||||
- uses: security-experimental
|
||||
- uses: security-extended
|
||||
- ./queries
|
||||
paths-ignore:
|
||||
- lib
|
||||
- tests
|
||||
|
||||
@@ -2,7 +2,6 @@ name: "CodeQL action"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main, releases/v*]
|
||||
pull_request:
|
||||
branches: [main, releases/v*]
|
||||
# Run checks on reopened draft PRs to support triggering PR checks on draft PRs that were opened
|
||||
|
||||
Reference in New Issue
Block a user