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 6504003 commit 27d4518Copy full SHA for 27d4518
.github/workflows/comment-on-asciidoc-changes.yml
@@ -17,6 +17,7 @@ jobs:
17
with:
18
# This is considered a security risk when used in conjunction with pull_request_target
19
# However, we are not running any code from the PR, so it's safe
20
+ # https://securitylab.github.com/resources/github-actions-preventing-pwn-requests/
21
ref: ${{ github.event.pull_request.head.sha }}
22
23
- name: Get changed files
0 commit comments