Skip to content

Commit ad75c40

Browse files
committed
fix startup failure
1 parent 606f521 commit ad75c40

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/vulncheck.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,14 @@ jobs:
3030
permissions:
3131
security-events: write # for reporting vulnerabilities via code-scanning API
3232
steps:
33-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
33+
- name: Checkout Repository
34+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3435
with:
3536
fetch-depth: 0
3637
ref: ${{ inputs.targetBranch || 'main' }}
3738

38-
- id: govulncheck
39+
- name: Run govulncheck
40+
id: govulncheck
3941
uses: golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # v1.0.4
4042
with:
4143
go-version-input: ${{ inputs.go-version-input || '1.24.10' }}

0 commit comments

Comments
 (0)