Skip to content

Commit edf3a03

Browse files
committed
Merge remote-tracking branch 'origin/main' into vulns/babel-helpers
2 parents 7cfe578 + 4e0fd28 commit edf3a03

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)