From 79a0a32ef6b51576dfe28375001c49a7a32ad121 Mon Sep 17 00:00:00 2001 From: Denis Fadeev Date: Thu, 12 Sep 2024 18:31:56 +0800 Subject: [PATCH] fix slither --- .github/workflows/slither.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/slither.yaml b/.github/workflows/slither.yaml index 4bfd8e0..475559b 100644 --- a/.github/workflows/slither.yaml +++ b/.github/workflows/slither.yaml @@ -20,9 +20,9 @@ jobs: matrix: include: - project: "hello" - file: "hello.sarif" + file: "examples/hello.sarif" - project: "swap" - file: "swap.sarif" + file: "examples/swap.sarif" permissions: contents: read security-events: write