forked from cerc-io/laconicd-deprecated
fix(ci): fix semgrep issue (#1157)
This commit is contained in:
parent
ccf66cf36e
commit
de21773842
2
.github/workflows/semgrep.yml
vendored
2
.github/workflows/semgrep.yml
vendored
@ -18,6 +18,8 @@ jobs:
|
|||||||
image: returntocorp/semgrep
|
image: returntocorp/semgrep
|
||||||
if: (github.actor != 'dependabot[bot]')
|
if: (github.actor != 'dependabot[bot]')
|
||||||
steps:
|
steps:
|
||||||
|
- name: Permission issue fix
|
||||||
|
run: git config --global --add safe.directory /__w/ethermint/ethermint
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Get Diff
|
- name: Get Diff
|
||||||
uses: technote-space/get-diff-action@v6.1.0
|
uses: technote-space/get-diff-action@v6.1.0
|
||||||
|
Loading…
Reference in New Issue
Block a user