From 850e531729ff3c098462cbf359195d9ca8cbe2a8 Mon Sep 17 00:00:00 2001 From: Franklin Carrero Date: Tue, 21 Apr 2026 16:34:43 -0500 Subject: [PATCH] Potential fix for code scanning alert no. 4: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/maven-deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/maven-deploy.yml b/.github/workflows/maven-deploy.yml index 8405004..0b4987f 100644 --- a/.github/workflows/maven-deploy.yml +++ b/.github/workflows/maven-deploy.yml @@ -4,6 +4,9 @@ on: release: types: [published] +permissions: + contents: read + jobs: build: runs-on: ubuntu-latest