From 5f9aee4d218f35f9721b09b8aad1d241d0163f3c Mon Sep 17 00:00:00 2001 From: Denis Fadeev Date: Thu, 12 Sep 2024 18:35:06 +0800 Subject: [PATCH] fix slither --- .github/workflows/slither.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/slither.yaml b/.github/workflows/slither.yaml index 475559b3..776b7740 100644 --- a/.github/workflows/slither.yaml +++ b/.github/workflows/slither.yaml @@ -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