From 2f9ea2f6786ecffc33520800a4a3464fb5f0a7ff Mon Sep 17 00:00:00 2001 From: Dmitrii Pichulin Date: Sat, 23 Mar 2024 03:18:12 +0300 Subject: [PATCH] mock patching author --- .github/workflows/codeql-analysis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 0bd20c4..59fb3ef 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -29,7 +29,9 @@ jobs: git clone https://github.com/google/boringssl.git cd boringssl git checkout -b temp $BORINGSSL_REVISION - git am --3way --ignore-space-change --committer-date-is-author-date --ignore-date < ../patch/boringssl.patch + git config user.name "temp" + git config user.email "temp@temp.temp" + git am --3way --ignore-space-change < ../patch/boringssl.patch cp -r ../src/gostssl.cpp ./ cp -r ../src/msspi/src/* ./ cp -r ../src/msspi/third_party/cprocsp/include/* ./include/