Skip to content

Commit ea0a80a

Browse files
committed
JS: Un-deprecate Actions.qll for now as we have some internal queries that use it.
1 parent 7da2d71 commit ea0a80a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
/**
2-
* DEPRECATED. Models for GitHub Actions workflow files are part of the actions qlpack now.
2+
* PENDING DEPRECATION. Models for GitHub Actions workflow files are part of the actions qlpack now.
33
*
44
* Libraries for modeling GitHub Actions workflow files written in YAML.
55
* See https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions.
66
*/
7-
deprecated module;
87

98
import javascript
109

0 commit comments

Comments
 (0)