[ci] fix merge commit extraction for ci

This commit is contained in:
akallabeth
2024-02-10 12:54:14 +01:00
committed by akallabeth
parent d710acbed5
commit 24c901c898
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ jobs:
id: pr
- uses: actions/checkout@v4
with:
ref: ${{fromJSON(steps.pr.outputs.result).merge_commit_sha}}
ref: ${{steps.pr.outputs.merge_commit_sha}}
# Run clang-tidy
- uses: ZedThree/clang-tidy-review@v0.17.1

View File

@@ -40,7 +40,7 @@ jobs:
id: pr
- uses: actions/checkout@v4
with:
ref: ${{fromJSON(steps.pr.outputs.result).merge_commit_sha}}
ref: ${{steps.pr.outputs.merge_commit_sha}}
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL

View File

@@ -22,7 +22,7 @@ jobs:
id: pr
- uses: actions/checkout@v4
with:
ref: ${{fromJSON(steps.pr.outputs.result).merge_commit_sha}}
ref: ${{steps.pr.outputs.merge_commit_sha}}
- name: Build fuzzers (${{ matrix.sanitizer }})
id: build