From 1137782f2aa231fe6032542af87a03632cc92cd8 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Tue, 31 Dec 2024 17:38:13 +0100 Subject: [PATCH] ci: :bug: Remove unnecessary permissions from tests --- .github/workflows/tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 29a01b61..214357f9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,8 +31,6 @@ jobs: --health-retries 5 permissions: contents: read - security-events: write - actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status steps: - name: Checkout code uses: actions/checkout@v4