Skip to content

Commit 0c44238

Browse files
authored
Update pull_request_target.ql
1 parent c637fd4 commit 0c44238

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CodeQL_Queries/actions/pull_request_target.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @description Workflows triggered on `pull_request_target` have read/write tokens for the base repository and the access to secrets.
44
* By explicitly checking out and running the build script from a fork the untrusted code is running in an environment
55
* that is able to push to the base repository and to access secrets.
6-
* @id java/actions/pull_request_target
6+
* @id javascript/actions/pull_request_target
77
* @kind problem
88
* @problem.severity warning
99
*/

0 commit comments

Comments
 (0)