Update UseOfKnownVulnerableAction.ql

Name should not end in a `.`
This commit is contained in:
Marco Gario
2025-03-26 13:28:34 +01:00
committed by GitHub
parent c8a1ad6b28
commit 29a23a3d20

View File

@@ -1,5 +1,5 @@
/**
* @name Use of a known vulnerable action.
* @name Use of a known vulnerable action
* @description The workflow is using an action with known vulnerabilities.
* @kind problem
* @problem.severity error