We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb2926 commit 3536ae4Copy full SHA for 3536ae4
.github/workflows/vulncheck.yml
@@ -37,13 +37,12 @@ jobs:
37
ref: ${{ inputs.targetBranch || 'main' }}
38
39
- name: Check Go version
40
- outputs:
41
- go-version: ${{ steps.get-go-version.outputs.go-version }}
42
id: get-go-version
43
run: |
44
echo "Reading from go.mod"
45
GO_VERSION=$(grep '^go ' go.mod | awk '{print $2}')
46
echo "Found $GO_VERSION"
+ echo "go-version="$GO_VERSION"" >> $GITHUB_OUTPUT
47
48
49
- name: Run govulncheck
0 commit comments