Skip to content

Commit

Permalink
mock patching author
Browse files Browse the repository at this point in the history
  • Loading branch information
deemru committed Mar 23, 2024
1 parent 74ae35b commit 2f9ea2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
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/
Expand Down

0 comments on commit 2f9ea2f

Please sign in to comment.