diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 07f1f467b5..cb2023a142 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -43,7 +43,7 @@ jobs: uses: ./.github/workflows/__quality_checks.yml permissions: {} with: - commit: ${{ github.event.pull_request.head.ref }} + commit: ${{ github.event.pull_request.head.sha }} codeql: name: GitHub CodeQL 🔬