Skip to content

Commit

Permalink
chore(deps): bump golang/govulncheck-action from 1.0.1 to 1.0.2
Browse files Browse the repository at this point in the history
Bumps [golang/govulncheck-action](https://github.com/golang/govulncheck-action) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/golang/govulncheck-action/releases)
- [Commits](golang/govulncheck-action@7da72f7...3a32958)

---
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>
  • Loading branch information
dependabot[bot] authored and twpayne committed Mar 1, 2024
1 parent 885487b commit b69d69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
id: go-version
run: |
echo go-version="$(awk '/GO_VERSION:/ { print $2 }' .github/workflows/main.yml | tr -d \')" >> "${GITHUB_OUTPUT}"
- uses: golang/govulncheck-action@7da72f730e37eeaad891fcff0a532d27ed737cd4
- uses: golang/govulncheck-action@3a32958c2706f7048305d5a2e53633d7e37e97d0
with:
go-version-input: ${{ steps.go-version.outputs.go-version }}

0 comments on commit b69d69c

Please sign in to comment.