From 335a7d87c6a65ba7eb2ec44628e96dd8606c4d7e Mon Sep 17 00:00:00 2001 From: arnested <190005+arnested@users.noreply.github.com> Date: Tue, 3 Dec 2024 18:51:58 +0000 Subject: [PATCH 1/2] Update Go version to 1.23.4 See the release history: https://go.dev/doc/devel/release#go1.23.4. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 28b589c..7a5c934 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module ldddns.arnested.dk -go 1.23.3 +go 1.23.4 require ( github.com/Microsoft/go-winio v0.6.1 // indirect From a19d19a21e865ce719d3f45290cc25153876625d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20J=C3=B8rgensen?= Date: Wed, 4 Dec 2024 07:15:04 +0100 Subject: [PATCH 2/2] Fix govulncheck-action --- .github/workflows/security.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 3f6737d..19c9d0c 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -40,12 +40,12 @@ jobs: with: go-version-file: go.mod - id: govulncheck - uses: golang/govulncheck-action@v1.0.4 + uses: arnested/govulncheck-action@main with: output-format: sarif output-file: results.sarif - - name: Fix SARIF format - run: yq --inplace --output-format json '.runs |= map ({"results":[]} + .)' results.sarif + setup-go: false + repo-checkout: false - name: Upload SARIF file uses: github/codeql-action/upload-sarif@v3 with: