This is an automated email from the ASF dual-hosted git repository.

edwardxu pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


The following commit(s) were added to refs/heads/unstable by this push:
     new 6f40a95bb chore(ci): fix sonarcloud security hotspots (#3392)
6f40a95bb is described below

commit 6f40a95bb66513c3c7fce6fa25370e9063ee8335
Author: 纪华裕 <[email protected]>
AuthorDate: Mon Mar 16 22:39:42 2026 +0800

    chore(ci): fix sonarcloud security hotspots (#3392)
---
 .github/workflows/kvrocks.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/kvrocks.yaml b/.github/workflows/kvrocks.yaml
index 0cd658101..e554516d9 100644
--- a/.github/workflows/kvrocks.yaml
+++ b/.github/workflows/kvrocks.yaml
@@ -78,8 +78,8 @@ jobs:
           cache: false
       - name: Prepare Dependencies
         run: |
-          wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key 
add -
-          echo "deb http://apt.llvm.org/$(lsb_release -cs)/ 
llvm-toolchain-$(lsb_release -cs)-18 main" | sudo tee 
/etc/apt/sources.list.d/llvm.list
+          wget --max-redirect=0 -O - 
https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
+          echo "deb https://apt.llvm.org/$(lsb_release -cs)/ 
llvm-toolchain-$(lsb_release -cs)-18 main" | sudo tee 
/etc/apt/sources.list.d/llvm.list
           sudo apt update
           sudo apt install -y clang-format-18 clang-tidy-18
       - name: Check with clang-format

Reply via email to