We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f00ba8 commit 9ea0f71Copy full SHA for 9ea0f71
javascript/ql/lib/semmle/javascript/Actions.qll
@@ -152,7 +152,8 @@ module Actions {
152
* ```
153
* uses: actions/checkout@v2
154
155
- * TODO: Does not currently handle local repository references, e.g. `.github/actions/action-name`.
+ *
156
+ * Does not handle local repository references, e.g. `.github/actions/action-name`.
157
*/
158
class Uses extends YAMLNode, YAMLScalar {
159
Step step;
0 commit comments