Skip to content

Commit

Permalink
fix slither
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Sep 12, 2024
1 parent 79a0a32 commit 5f9aee4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/slither.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
strategy:
matrix:
include:
- project: "hello"
file: "examples/hello.sarif"
- project: "swap"
file: "examples/swap.sarif"
- project: "examples/hello"
file: "hello.sarif"
- project: "examples/swap"
file: "swap.sarif"
permissions:
contents: read
security-events: write
Expand Down

0 comments on commit 5f9aee4

Please sign in to comment.