Skip to content

Commit

Permalink
chore(deps): bump the actions group with 1 update
Browse files Browse the repository at this point in the history
Bumps the actions group with 1 update: [golang/govulncheck-action](https://github.com/golang/govulncheck-action).


Updates `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
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and twpayne committed Mar 10, 2024
1 parent 30fb22a commit 3fbc646
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 3fbc646

Please sign in to comment.