Skip to content

Commit ebead91

Browse files
authored
Merge pull request #371 from arnested/go-version-update
Update Go version to 1.23.4
2 parents 2a21e13 + a19d19a commit ebead91

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/security.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
with:
4141
go-version-file: go.mod
4242
- id: govulncheck
43-
uses: golang/govulncheck-action@v1.0.4
43+
uses: arnested/govulncheck-action@main
4444
with:
4545
output-format: sarif
4646
output-file: results.sarif
47-
- name: Fix SARIF format
48-
run: yq --inplace --output-format json '.runs |= map ({"results":[]} + .)' results.sarif
47+
setup-go: false
48+
repo-checkout: false
4949
- name: Upload SARIF file
5050
uses: github/codeql-action/upload-sarif@v3
5151
with:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module ldddns.arnested.dk
22

3-
go 1.23.3
3+
go 1.23.4
44

55
require (
66
github.com/Microsoft/go-winio v0.6.1 // indirect

0 commit comments

Comments
 (0)