build(deps): bump golang/govulncheck-action from 1.0.3 to 1.0.4 (#4153)

* build(deps): bump golang/govulncheck-action from 1.0.3 to 1.0.4

Bumps [golang/govulncheck-action](https://github.com/golang/govulncheck-action) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/golang/govulncheck-action/releases)
- [Commits](dd0578b371...b625fbe08f)

---
updated-dependencies:
- dependency-name: golang/govulncheck-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* use go-version-file: 'go.mod' in govulncheck action
* unset `go-version-input:` so `go-version-file:` takes effect.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julio <1953782+julio-lopez@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-10-06 05:23:23 +00:00
committed by GitHub
parent ce65e4e650
commit 87eec268d5

View File

@@ -37,10 +37,12 @@ jobs:
id: go
if: ${{ !contains(matrix.os, 'ARMHF') }}
- id: govulncheck
uses: golang/govulncheck-action@dd0578b371c987f96d1185abb54344b44352bd58 # v1.0.3
uses: golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # v1.0.4
with:
repo-checkout: false
cache: false
go-version-input:
go-version-file: 'go.mod'
repo-checkout: false
- name: Lint
run: make lint
- name: Check Locks