Skip to content

Commit

Permalink
Workaround Slither action permission issue
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmichalis committed Apr 1, 2023
1 parent 3e374d6 commit 4e27d29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
with:
version: nightly

- name: Permission issue workaround
run: |
git config --global --add safe.directory /github/workspace
- name: Run Slither
uses: crytic/slither-action@v0.2.0
with:
Expand Down

0 comments on commit 4e27d29

Please sign in to comment.