Skip to content

Commit 4e0fd28

Browse files
authored
checkout
1 parent 12d8868 commit 4e0fd28

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/codeql-monorepo.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ jobs:
3434
outputs:
3535
projects: ${{ steps.changes.outputs.projects }}
3636
steps:
37+
# Only checkout the latest commit and just the packages folder
38+
- name: Checkout repository
39+
uses: actions/checkout@v4
40+
with:
41+
fetch-depth: 1
42+
sparse-checkout: "packages/*"
3743
# EX:
3844
# {
3945
# "javascript": {

0 commit comments

Comments
 (0)