Skip to content

Commit

Permalink
Bump golang/govulncheck-action from 1.0.2 to 1.0.3
Browse files Browse the repository at this point in the history
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](golang/govulncheck-action@3a32958...dd0578b)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 5, 2024
1 parent 8be5f5d commit 7f71f33
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 @@ -16,7 +16,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}
- name: Scan for Vulnerabilities in Code
uses: golang/govulncheck-action@3a32958c2706f7048305d5a2e53633d7e37e97d0 # [email protected].2
uses: golang/govulncheck-action@dd0578b371c987f96d1185abb54344b44352bd58 # [email protected].3
with:
go-version-file: go.mod
go-package: ./...
Expand Down

0 comments on commit 7f71f33

Please sign in to comment.