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.
2 parents 2a21e13 + a19d19a commit ebead91Copy full SHA for ebead91
.github/workflows/security.yml
@@ -40,12 +40,12 @@ jobs:
40
with:
41
go-version-file: go.mod
42
- id: govulncheck
43
- uses: golang/govulncheck-action@v1.0.4
+ uses: arnested/govulncheck-action@main
44
45
output-format: sarif
46
output-file: results.sarif
47
- - name: Fix SARIF format
48
- run: yq --inplace --output-format json '.runs |= map ({"results":[]} + .)' results.sarif
+ setup-go: false
+ repo-checkout: false
49
- name: Upload SARIF file
50
uses: github/codeql-action/upload-sarif@v3
51
go.mod
@@ -1,6 +1,6 @@
1
module ldddns.arnested.dk
2
3
-go 1.23.3
+go 1.23.4
4
5
require (
6
github.com/Microsoft/go-winio v0.6.1 // indirect
0 commit comments