diff --git a/.github/workflows/check-run-eligibility.yml b/.github/workflows/check-run-eligibility.yml index 34f738a28e..fb13d110e2 100644 --- a/.github/workflows/check-run-eligibility.yml +++ b/.github/workflows/check-run-eligibility.yml @@ -56,7 +56,7 @@ jobs: run_decision: ${{ steps.evaluate.outputs.should_run }} steps: - name: Check out current commit - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 with: ref: ${{ github.event.pull_request.head.sha }}