Skip to content

Commit f3ea7e9

Browse files
committed
build(security): improve paths filter for CodeQL
1 parent c13ec31 commit f3ea7e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: "CodeQL"
22

33
on:
44
push:
5-
paths: ["**.js"]
5+
paths: ["_javascript/**.js"]
66
pull_request:
7-
paths: ["**.js"]
7+
paths: ["_javascript/**.js"]
88
schedule:
99
- cron: "0 0 * * 5"
1010

0 commit comments

Comments
 (0)