Skip to content

Commit

Permalink
be quite and checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
deemru committed Apr 3, 2024
1 parent c2527f1 commit 5ac15b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ jobs:
BORINGSSL_REVISION=$(curl -s https://raw.githubusercontent.com/chromium/chromium/$CHROMIUM_TAG/DEPS | grep "'boringssl_revision':" | awk -F"'" '{print $4}')
mkdir boringssl
cd boringssl
git init
git init -q .
git remote add origin https://github.com/google/boringssl.git
git fetch origin $BORINGSSL_REVISION
git checkout -b temp $BORINGSSL_REVISION
git config user.name "temp"
git config user.email "[email protected]"
git am --3way --ignore-space-change < ../patch/boringssl.patch
Expand Down

0 comments on commit 5ac15b5

Please sign in to comment.