Skip to content

Commit 9ea0f71

Browse files
committed
convert TODO to a note in Actions::Uses
1 parent 1f00ba8 commit 9ea0f71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

javascript/ql/lib/semmle/javascript/Actions.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,8 @@ module Actions {
152152
* ```
153153
* uses: actions/checkout@v2
154154
* ```
155-
* TODO: Does not currently handle local repository references, e.g. `.github/actions/action-name`.
155+
*
156+
* Does not handle local repository references, e.g. `.github/actions/action-name`.
156157
*/
157158
class Uses extends YAMLNode, YAMLScalar {
158159
Step step;

0 commit comments

Comments
 (0)