From de217738425c223069ef847800c8a017f5117fe9 Mon Sep 17 00:00:00 2001 From: Aditya Saravanan <59209660+adisaran64@users.noreply.github.com> Date: Mon, 27 Jun 2022 10:50:24 -0700 Subject: [PATCH] fix(ci): fix semgrep issue (#1157) --- .github/workflows/semgrep.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index bdd4e5680f..41659ae16b 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -18,6 +18,8 @@ jobs: image: returntocorp/semgrep if: (github.actor != 'dependabot[bot]') steps: + - name: Permission issue fix + run: git config --global --add safe.directory /__w/ethermint/ethermint - uses: actions/checkout@v3 - name: Get Diff uses: technote-space/get-diff-action@v6.1.0