Skip to content

Commit

Permalink
[Security] Dangerous-Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludy87 committed Dec 21, 2024
1 parent 46261c5 commit 12e8ace
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check_properties.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ jobs:

- name: Checkout PR branch
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
env:
PULL_REQUEST_REF: ${{ github.event.pull_request.head.ref }}
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: "${{ github.event.pull_request.merge_commit_sha }}"
ref: $PULL_REQUEST_REF
path: pr-branch
fetch-depth: 0

Expand Down

0 comments on commit 12e8ace

Please sign in to comment.