Skip to content

Commit 8975e7b

Browse files
authored
Merge pull request #813 from thomasnordquist/chore/dont-use-pull-request-target-for-untrusted-code
dont use pull_request_target as it opens the repo for pwnage..
2 parents f539e03 + efc9fb9 commit 8975e7b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
options: --user root
1313
steps:
1414
- uses: actions/checkout@v4
15-
with:
16-
ref: '${{ github.event.pull_request.merge_commit_sha }}' # since event is pull_request_target
1715
- name: Install Packages
1816
run: yarn install --frozen-lockfile
1917
- name: Build

0 commit comments

Comments
 (0)