From 9f4ae425fb89522eee01f28eceb4a2511e2c6b24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 07:32:47 +0000 Subject: [PATCH] build(deps): bump golang/govulncheck-action from 1.0.2 to 1.0.3 Bumps [golang/govulncheck-action](https://github.com/golang/govulncheck-action) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/golang/govulncheck-action/releases) - [Commits](https://github.com/golang/govulncheck-action/compare/3a32958c2706f7048305d5a2e53633d7e37e97d0...dd0578b371c987f96d1185abb54344b44352bd58) --- updated-dependencies: - dependency-name: golang/govulncheck-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/go-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 741ba41..6161226 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -67,7 +67,7 @@ jobs: steps: - name: Check for vulnerabilities id: govulncheck - uses: golang/govulncheck-action@3a32958c2706f7048305d5a2e53633d7e37e97d0 + uses: golang/govulncheck-action@dd0578b371c987f96d1185abb54344b44352bd58 with: cache: false go-version-input: ${{ matrix.go-version }}