Merge pull request #2530 from Ludy87/fix_dangerous_workflow_2

Update check_properties.yml no. 2
This commit is contained in:
Anthony Stirling 2024-12-21 16:18:33 +00:00 committed by GitHub
commit c0873050a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: refs/pull/${{ github.event.pull_request.number }}/merge
ref: "${{ github.event.pull_request.merge_commit_sha }}"
path: pr-branch
fetch-depth: 0