Skip to content

Commit 88398fe

Browse files
committed
ci: only clone the first commit
1 parent caa7d15 commit 88398fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
timeout-minutes: 15
3333
steps:
3434
# build the osv-linter from source
35-
- run: git clone https://github.com/ossf/osv-schema
35+
- run: git clone --depth 1 https://github.com/ossf/osv-schema
3636
- name: Set up Go
3737
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
3838
with:

0 commit comments

Comments
 (0)