We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94d186e commit 98f7159Copy full SHA for 98f7159
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