From bc0c8b1b98f0483565c25f718cb998dfedcb07e7 Mon Sep 17 00:00:00 2001 From: Brandon Mitchell Date: Sun, 28 Jun 2026 11:10:01 -0400 Subject: [PATCH] Version bump - actions/setup-go to v6.5.0 - govulncheck to v1.5.0 Signed-off-by: Brandon Mitchell --- .github/workflows/go.yml | 2 +- .github/workflows/vulnscans.yml | 2 +- .version-bump.lock | 6 +++--- Makefile | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0389016..3e10180 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -39,7 +39,7 @@ jobs: steps: - name: "Set up Go ${{ env.RELEASE_GO_VER }}" - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version: "${{ env.RELEASE_GO_VER }}" check-latest: true diff --git a/.github/workflows/vulnscans.yml b/.github/workflows/vulnscans.yml index f114972..2386ea3 100644 --- a/.github/workflows/vulnscans.yml +++ b/.github/workflows/vulnscans.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: "Set up Go" - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version: "${{ env.RELEASE_GO_VER }}" check-latest: true diff --git a/.version-bump.lock b/.version-bump.lock index e9f42d2..d1bd48b 100644 --- a/.version-bump.lock +++ b/.version-bump.lock @@ -4,7 +4,7 @@ {"name":"docker-arg-go-tag","key":"docker.io/library/golang","version":"1.26.4"} {"name":"gha-golang-release","key":"golang-latest","version":"1.26"} {"name":"gha-uses-commit","key":"https://github.com/actions/checkout.git:v7.0.0","version":"9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0"} -{"name":"gha-uses-commit","key":"https://github.com/actions/setup-go.git:v6.4.0","version":"4a3601121dd01d1626a1e23e37211e3254c1c06c"} +{"name":"gha-uses-commit","key":"https://github.com/actions/setup-go.git:v6.5.0","version":"924ae3a1cded613372ab5595356fb5720e22ba16"} {"name":"gha-uses-commit","key":"https://github.com/actions/upload-artifact.git:v7.0.1","version":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a"} {"name":"gha-uses-commit","key":"https://github.com/docker/build-push-action.git:v7.2.0","version":"f9f3042f7e2789586610d6e8b85c8f03e5195baf"} {"name":"gha-uses-commit","key":"https://github.com/docker/login-action.git:v4.2.0","version":"650006c6eb7dba73a995cc03b0b2d7f5ca915bee"} @@ -12,7 +12,7 @@ {"name":"gha-uses-commit","key":"https://github.com/sigstore/cosign-installer.git:v4.1.2","version":"6f9f17788090df1f26f669e9d70d6ae9567deba6"} {"name":"gha-uses-commit","key":"https://github.com/softprops/action-gh-release.git:v3.0.1","version":"718ea10b132b3b2eba29c1007bb80653f286566b"} {"name":"gha-uses-semver","key":"https://github.com/actions/checkout.git","version":"v7.0.0"} -{"name":"gha-uses-semver","key":"https://github.com/actions/setup-go.git","version":"v6.4.0"} +{"name":"gha-uses-semver","key":"https://github.com/actions/setup-go.git","version":"v6.5.0"} {"name":"gha-uses-semver","key":"https://github.com/actions/upload-artifact.git","version":"v7.0.1"} {"name":"gha-uses-semver","key":"https://github.com/docker/build-push-action.git","version":"v7.2.0"} {"name":"gha-uses-semver","key":"https://github.com/docker/login-action.git","version":"v4.2.0"} @@ -20,7 +20,7 @@ {"name":"gha-uses-semver","key":"https://github.com/sigstore/cosign-installer.git","version":"v4.1.2"} {"name":"gha-uses-semver","key":"https://github.com/softprops/action-gh-release.git","version":"v3.0.1"} {"name":"go-mod-golang-release","key":"golang-latest","version":"1.26"} -{"name":"makefile-go-vulncheck","key":"https://go.googlesource.com/vuln.git","version":"v1.4.0"} +{"name":"makefile-go-vulncheck","key":"https://go.googlesource.com/vuln.git","version":"v1.5.0"} {"name":"makefile-gofumpt","key":"https://github.com/mvdan/gofumpt.git","version":"v0.10.0"} {"name":"makefile-gomajor","key":"https://github.com/icholy/gomajor.git","version":"v0.15.0"} {"name":"makefile-gosec","key":"https://github.com/securego/gosec.git","version":"v2.27.1"} diff --git a/Makefile b/Makefile index 712e8c0..daf3613 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ MARKDOWN_LINT_VER?=v0.22.1 GOFUMPT_VER?=v0.10.0 GOMAJOR_VER?=v0.15.0 GOSEC_VER?=v2.27.1 -GO_VULNCHECK_VER?=v1.4.0 +GO_VULNCHECK_VER?=v1.5.0 OSV_SCANNER_VER?=v2.4.0 STATICCHECK_VER?=v0.7.0