From 7f59551d51c118af84a819736667308dfaf4c667 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Fern=C3=A1ndez?= Date: Sun, 13 Oct 2024 18:22:22 +0200 Subject: [PATCH] Fix incorrect commit input --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 🔬