Skip to content

Commit fd5953b

Browse files
committed
ignore dist in codeql scan
codeql is choking on the minified/transformed version of the project JS, so we need to get it to ignore that.
1 parent 0d2b720 commit fd5953b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codeql.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: "Code scanning - action"
22

3+
paths-ignore:
4+
- dist
5+
36
on:
47
push:
58
pull_request:

0 commit comments

Comments
 (0)