Fix incorrect commit input

This commit is contained in:
Fernando Fernández
2024-10-13 18:22:22 +02:00
committed by GitHub
parent fbe04ea0a5
commit 7f59551d51

View File

@@ -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 🔬