From e5202f14e54476d0399be517104d59be09ec25bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 16:44:24 +0000 Subject: [PATCH] Bump golang/govulncheck-action Bumps [golang/govulncheck-action](https://github.com/golang/govulncheck-action) from 31f7c5463448f83528bd771c2d978d940080c9fd to 3fa7bd9cee2cfdf3499a8803b226e43de7b7cdb4. - [Release notes](https://github.com/golang/govulncheck-action/releases) - [Commits](https://github.com/golang/govulncheck-action/compare/31f7c5463448f83528bd771c2d978d940080c9fd...3fa7bd9cee2cfdf3499a8803b226e43de7b7cdb4) --- updated-dependencies: - dependency-name: golang/govulncheck-action dependency-version: 3fa7bd9cee2cfdf3499a8803b226e43de7b7cdb4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/audit-go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/audit-go.yml b/.github/workflows/audit-go.yml index be63f8a..02240e6 100644 --- a/.github/workflows/audit-go.yml +++ b/.github/workflows/audit-go.yml @@ -21,4 +21,4 @@ jobs: env: GOEXPERIMENT: ${{ inputs.go-experiment }} steps: - - uses: golang/govulncheck-action@31f7c5463448f83528bd771c2d978d940080c9fd # master + - uses: golang/govulncheck-action@3fa7bd9cee2cfdf3499a8803b226e43de7b7cdb4 # master