mirror of
https://github.com/kopia/kopia.git
synced 2026-05-18 03:34:41 -04:00
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:
6
.github/workflows/lint.yml
vendored
6
.github/workflows/lint.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user