We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c891a commit 0d3bb89Copy full SHA for 0d3bb89
javascript/ql/lib/semmle/javascript/Actions.qll
@@ -1,7 +1,10 @@
1
/**
2
+ * DEPRECATED. Models for GitHub Actions workflow files are part of the actions qlpack now.
3
+ *
4
* Libraries for modeling GitHub Actions workflow files written in YAML.
5
* See https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions.
6
*/
7
+deprecated module;
8
9
import javascript
10
0 commit comments