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 8e4d5ed commit b605c79Copy full SHA for b605c79
.github/workflows/govulncheck.yaml
@@ -19,6 +19,10 @@ jobs:
19
20
steps:
21
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22
+ # Adding `fetch-depth: 0` makes sure tags are also fetched. We need
23
+ # the tags so `git describe` returns a valid version.
24
+ # see https://github.com/actions/checkout/issues/701 for extra info about this option
25
+ with: { fetch-depth: 0 }
26
27
- id: go-version
28
run: |
0 commit comments