From afbdded73645331a214d9b3efb5f90ca75f1cebf Mon Sep 17 00:00:00 2001 From: Wheslley Rimar Date: Sat, 8 Feb 2025 18:43:37 -0300 Subject: [PATCH] fix: update dependency graph permissions --- .github/workflows/maven.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 06b6aa0..f1da2fa 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -14,6 +14,12 @@ on: pull_request: branches: [ "main" ] +permissions: + contents: read + issues: write + pull-requests: write + security-events: write + jobs: build: