Skip to content

Commit 9049b26

Browse files
authored
add a path to initial checkout
1 parent 4e0fd28 commit 9049b26

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)