From 5562c5031efda3d2a557a9eddae4f7580e575aa7 Mon Sep 17 00:00:00 2001 From: leonz789 Date: Wed, 19 Feb 2025 19:01:58 +0800 Subject: [PATCH] change exocore to imuachain in semgrep config --- .github/workflows/semgrep.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 2e4f1bb02..2467eaa29 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Permission issue fix # semgrep for some reason sets the working directory to exocore/exocore - run: git config --global --add safe.directory /__w/exocore/exocore + run: git config --global --add safe.directory /__w/imuachain/imuachain - uses: actions/checkout@v4 - name: Get Diff uses: technote-space/get-diff-action@v6.1.2