GitHub Actions: Use PR commit SHA for reporting status (#104141)

Use correct SHA for reporting status checks

Co-authored-by: Marco de Abreu <18629099+marcoabreu@users.noreply.github.com>
This commit is contained in:
Marco de Abreu
2025-04-17 02:44:11 +01:00
committed by GitHub
co-authored by Marco de Abreu
parent af59c4eb3e
commit 18a870d7ca
+2 -1
View File
@@ -40,7 +40,8 @@ jobs:
inputs: {
src_repo: "${{ github.repository }}",
src_ref: "${{ github.head_ref }}",
src_sha: "${{ github.sha }}",
src_merge_sha: "${{ github.sha }}",
src_pr_commit_sha: "${{ github.event.pull_request.head.sha }}",
patch_repo: "${{ github.repository }}-security-patches",
patch_ref: "${{ github.base_ref }}",
triggering_github_handle: "${{ github.event.sender.login }}"