We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c637fd4 commit 0c44238Copy full SHA for 0c44238
1 file changed
CodeQL_Queries/actions/pull_request_target.ql
@@ -3,7 +3,7 @@
3
* @description Workflows triggered on `pull_request_target` have read/write tokens for the base repository and the access to secrets.
4
* By explicitly checking out and running the build script from a fork the untrusted code is running in an environment
5
* that is able to push to the base repository and to access secrets.
6
- * @id java/actions/pull_request_target
+ * @id javascript/actions/pull_request_target
7
* @kind problem
8
* @problem.severity warning
9
*/
0 commit comments