Skip to content

Commit 340f1eb

Browse files
committed
Fix action syntax
Introduced in 8bf4718.
1 parent e91fb78 commit 340f1eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ jobs:
4040
uses: actions/setup-go@v6
4141
with:
4242
go-version-file: go.mod
43-
- id: govulncheck
43+
- name: Run govulncheck
4444
uses: arnested/govulncheck-action@main
4545
with:
4646
output-format: sarif
4747
output-file: results.sarif
4848
setup-go: false
4949
repo-checkout: false
50-
- name: Upload SARIF file
50+
- name: Upload SARIF file
5151
uses: github/codeql-action/upload-sarif@v4
5252
with:
5353
sarif_file: results.sarif

0 commit comments

Comments
 (0)