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

This commit is contained in:
Aditya Saravanan 2022-06-27 10:50:24 -07:00 committed by GitHub
parent ccf66cf36e
commit de21773842
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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