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 9d60d28 commit 6504003Copy full SHA for 6504003
.github/workflows/comment-on-asciidoc-changes.yml
@@ -14,6 +14,10 @@ jobs:
14
steps:
15
- name: Checkout the repository
16
uses: actions/checkout@v4
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
+ ref: ${{ github.event.pull_request.head.sha }}
21
22
- name: Get changed files
23
id: check-files
0 commit comments