From 391c4da0608ed1ce4711a5445df2fd0eedf80dd4 Mon Sep 17 00:00:00 2001 From: Arpit Jain Date: Fri, 15 May 2026 00:49:33 +0900 Subject: [PATCH] ci: declare contents:read on Java CI workflow Signed-off-by: Arpit Jain --- .github/workflows/ci-pull-request.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-pull-request.yaml b/.github/workflows/ci-pull-request.yaml index 64a44c1a..fe05c9d8 100644 --- a/.github/workflows/ci-pull-request.yaml +++ b/.github/workflows/ci-pull-request.yaml @@ -8,6 +8,9 @@ on: branches: - main +permissions: + contents: read + jobs: test: name: Build/Test