From 724a28f5ee846a0c73e7383d3bf9b1f96e6ea3c9 Mon Sep 17 00:00:00 2001 From: Eli Leers Date: Wed, 17 Jul 2024 13:20:01 -0700 Subject: [PATCH] add action read permission for SARIF upload step --- .github/workflows/slither.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/slither.yml b/.github/workflows/slither.yml index 64640feb..8f51961f 100644 --- a/.github/workflows/slither.yml +++ b/.github/workflows/slither.yml @@ -34,4 +34,5 @@ jobs: # security-events must be set to write for the SARIF upload step permissions: security-events: write - contents: read \ No newline at end of file + contents: read + actions: read \ No newline at end of file