We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 606f521 commit ad75c40Copy full SHA for ad75c40
.github/workflows/vulncheck.yml
@@ -30,12 +30,14 @@ jobs:
30
permissions:
31
security-events: write # for reporting vulnerabilities via code-scanning API
32
steps:
33
- - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
+ - name: Checkout Repository
34
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
35
with:
36
fetch-depth: 0
37
ref: ${{ inputs.targetBranch || 'main' }}
38
- - id: govulncheck
39
+ - name: Run govulncheck
40
+ id: govulncheck
41
uses: golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # v1.0.4
42
43
go-version-input: ${{ inputs.go-version-input || '1.24.10' }}
0 commit comments