Restore CodeQL regex queries (#1422)
* Restore tests that used to time out. * Restore tests that used to time out.
This commit is contained in:
parent
bca705a3c6
commit
f5d9764c59
|
@ -1,10 +1,7 @@
|
||||||
name: "Code scanning CodeQL config"
|
name: "Code scanning CodeQL config"
|
||||||
|
|
||||||
query-filters:
|
query-filters:
|
||||||
# This should be empty, but contains three queries that currently break the CodeQL action - dotasek
|
# This should be empty; if a query times out or causes a exception, you can exclude it here.
|
||||||
- exclude:
|
# See the example commented out below.
|
||||||
id: java/polynomial-redos
|
# - exclude:
|
||||||
- exclude:
|
# id: java/polynomial-redos
|
||||||
id: java/redos
|
|
||||||
- exclude:
|
|
||||||
id: java/overly-large-range
|
|
||||||
|
|
Loading…
Reference in New Issue