Skip to content

Commit 2076022

Browse files
committed
Merge remote-tracking branch 'origin/main' into vulns/babel-helpers
2 parents 2723735 + 9049b26 commit 2076022

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codeql-monorepo.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
with:
4141
fetch-depth: 1
4242
sparse-checkout: "packages/"
43+
path: 'dynamic'
4344
# EX:
4445
# {
4546
# "javascript": {
@@ -70,7 +71,7 @@ jobs:
7071
id: changes
7172
uses: advanced-security/monorepo-code-scanning-action/changes@main
7273
with:
73-
projects-json: dynamic-projects.json
74+
projects-json: dynamic/dynamic-projects.json
7475

7576
scan:
7677
if: needs.changes.outputs.scan-required == true

0 commit comments

Comments
 (0)