fix(ci): fix semgrep issue (#1157)

This commit is contained in:
Aditya Saravanan
2022-06-27 19:50:24 +02:00
committed by GitHub
parent ccf66cf36e
commit de21773842
+2
View File
@@ -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