From ecc8b8d8e26c3f3eaf23800e6d86bec3f86517e1 Mon Sep 17 00:00:00 2001 From: Arpit Jain Date: Fri, 15 May 2026 01:13:45 +0900 Subject: [PATCH] ci: declare minimum permissions on semantic-commit workflow Signed-off-by: Arpit Jain --- .github/workflows/semantic-commit.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/semantic-commit.yaml b/.github/workflows/semantic-commit.yaml index 2a93fb7..30ed837 100644 --- a/.github/workflows/semantic-commit.yaml +++ b/.github/workflows/semantic-commit.yaml @@ -4,6 +4,10 @@ on: pull_request: types: [opened, synchronize, reopened, edited] +permissions: + contents: read + pull-requests: read + jobs: semantic-commit: runs-on: ubuntu-latest