mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[ci] fix merge commit extraction for ci
This commit is contained in:
2
.github/workflows/clang-tidy.yml
vendored
2
.github/workflows/clang-tidy.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/fuzzing.yml
vendored
2
.github/workflows/fuzzing.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user