Skip to content

Commit

Permalink
chore: fix govulncheck GHA version
Browse files Browse the repository at this point in the history
Specify the pinned version using a format that can be parsed by
renovatebot and dependabot

Signed-off-by: Flavio Castelli <[email protected]>
  • Loading branch information
flavio committed Oct 7, 2024
1 parent df1b150 commit dfeb8e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: govulncheck
on:
push:
paths:
paths:
- go.sum
schedule:
- cron: "0 0 * * *"
Expand All @@ -19,6 +19,6 @@ jobs:
with:
go-version: "1.23"
- name: govulncheck
uses: golang/govulncheck-action@dd0578b371c987f96d1185abb54344b44352bd58 # pin@1.0.3
uses: golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # v1.0.4
with:
go-package: ./...

0 comments on commit dfeb8e5

Please sign in to comment.