Fix incorrect commit input
This commit is contained in:
committed by
GitHub
parent
fbe04ea0a5
commit
7f59551d51
2
.github/workflows/pull_request.yml
vendored
2
.github/workflows/pull_request.yml
vendored
@@ -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 🔬
|
||||
|
||||
Reference in New Issue
Block a user