Skip to content

Commit f401a5e

Browse files
committed
ci: refactor vulnerability check workflow
1 parent d7cac7d commit f401a5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nuget-vulnerabilites.yml renamed to .github/workflows/vulnerability-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'NuGet vulnerabilities'
1+
name: 'Vulnerability Check'
22

33

44
on:
@@ -16,8 +16,8 @@ on:
1616

1717
jobs:
1818

19-
sonar-scanner:
20-
name: "NuGet vulnerabilites"
19+
nuget-vulnerabilities-check:
20+
name: "NuGet vulnerabilities"
2121
runs-on: ubuntu-latest
2222

2323
steps:

0 commit comments

Comments
 (0)