From 5f1e28ec31c16a4a1008dc43ffb4ff4ce9f9550b Mon Sep 17 00:00:00 2001 From: Alb3e3 <74142887+Alb3e3@users.noreply.github.com> Date: Thu, 11 Jun 2026 12:25:45 +0200 Subject: [PATCH] Harden CI workflow permissions --- .github/workflows/maven.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0694cf968e..93c37b8738 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -6,6 +6,9 @@ on: pull_request: branches: [ master ] +permissions: + contents: read + env: MAVEN_VERSION: 3.9.15