We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa7d15 commit 88398feCopy full SHA for 88398fe
1 file changed
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
timeout-minutes: 15
33
steps:
34
# build the osv-linter from source
35
- - run: git clone https://github.com/ossf/osv-schema
+ - run: git clone --depth 1 https://github.com/ossf/osv-schema
36
- name: Set up Go
37
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
38
with:
0 commit comments