Skip to content

Commit 87ea442

Browse files
committed
qhelp
1 parent de6ed1d commit 87ea442

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

javascript/ql/src/experimental/Security/CWE-094/UntrustedCheckout.qhelp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,13 @@
4646

4747
<p>
4848

49-
The following examples use two triggers to handle potentially untrusted
50-
pull request in a secure manner:
49+
The following example uses two workflows to handle potentially untrusted
50+
pull request in a secure manner. The receive_pr.yml is triggered first:
5151

5252
</p>
5353

5454
<sample src="examples/receive_pr.yml" />
55+
<p>The comment_pr.yml is triggered after receive_pr.yml completes:</p>
5556
<sample src="examples/comment_pr.yml" />
5657

5758
</example>

javascript/ql/src/experimental/Security/CWE-094/examples/comment_pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# comment_pr.yml
21
name: Comment on the pull request
32

43
# read-write repo token

javascript/ql/src/experimental/Security/CWE-094/examples/receive_pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# receive_pr.yml
21
name: Receive PR
32

43
# read-only repo token

0 commit comments

Comments
 (0)