From 090b249cd1a6b8210fe165d8c51cf9141defb2ab Mon Sep 17 00:00:00 2001 From: Sebastian Meyer Date: Mon, 6 Feb 2023 17:57:32 +0100 Subject: [PATCH] Update codacy.yml --- .github/workflows/codacy.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index 154bad591..10af6956a 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -10,8 +10,15 @@ on: release: type: [ "created", "edited" ] +permissions: + contents: read + jobs: codacy-security-scan: + permissions: + contents: read + security-events: write + actions: read name: Security Scan runs-on: ubuntu-latest steps: