Skip to content

Commit 29a23a3

Browse files
authored
Update UseOfKnownVulnerableAction.ql
Name should not end in a `.`
1 parent c8a1ad6 commit 29a23a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/ql/src/Security/CWE-1395/UseOfKnownVulnerableAction.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @name Use of a known vulnerable action.
2+
* @name Use of a known vulnerable action
33
* @description The workflow is using an action with known vulnerabilities.
44
* @kind problem
55
* @problem.severity error

0 commit comments

Comments
 (0)